<!-- Inline CSS via style tag for Harlowe (use in StoryInit passage or one-time inline setup) --> <style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } #lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); display: none; justify-content: center; align-items: center; z-index: 9999; flex-direction: column; } #lightbox img { max-width: 90%; max-height: 90%; border: 4px solid white; box-shadow: 0 0 20px rgba(0,0,0,0.5); } #lightbox .close-btn { position: absolute; top: 20px; right: 30px; font-size: 32px; color: white; cursor: pointer; font-family: sans-serif; } </style> <!-- Logo image --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> Here are the initial flow metrics for your team: <!-- Clickable image --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/X.png" alt="Initial Flow Metrics" width="60%" style="cursor:pointer;" onclick="document.getElementById('lightbox-img').src=this.src;document.getElementById('lightbox').style.display='flex';"> <!-- Lightbox overlay with close button --> <div id="lightbox"> <span class="close-btn" onclick="document.getElementById('lightbox').style.display='none';">&times;</span> <img id="lightbox-img" src=""> </div> You can choose one of the following experiments to improve: a) [[Introduce a total WIP limit of 10->XA]] b) [[Spend more time planning work->XB]] c) [[Increase backlog refinement frequency->XC]] d) [[Start using Work Item Age to prioritise work->XD]] <!-- Inline CSS via style tag for Harlowe (use in StoryInit passage or one-time inline setup) --> <style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo image --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> ''Welcome to The Flowbeya Game.'' You’ve been brought in to help a delivery team that’s stuck in a spiral of confusion, context switching, and complaints. You’ve got ''3 months'' to turn things around. Your Mission is to make flow smoother, faster, and more sustainable. Over the next 3 months, your team will: * Review flow metrics data * Choose experiments to run * Reflect on their impact You’ll need to interpret data, debate trade-offs, and decide whether to ''stick'' with a current path or ''twist'', pivoting your approach in search of better outcomes. You’ve got 45 minutes to improve the team's metrics across: * Throughput * Cycle Time * Work In Progress (WIP) * Work Item Age Be careful: not all experiments help. Some may look good on paper but make things worse. Similarly, some may not pay off right away. ''Trust your instincts — and your data...'' [[▶ Start the Game->Initial Flow Metrics]] <style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>Introduce a total WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> d) [[Introduce Pair Programming->XAD]] Option A) [[Option A->XAA]] Option B) [[Option B->XAB]] Option C) [[Option C->XAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>Spend more time planning</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XB.png" alt="Zoomed metrics"> </div> Choose one of the following experiments to try next: d) [[Introduce Pair Programming->XBD]] Option A) [[Option A->XBA]] Option B) [[Option B->XBB]] Option C) [[Option C->XBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>Increase backlog refinement frequency</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XC.png" alt="Zoomed metrics"> </div> Choose one of the following experiments to try next: d) [[Introduce Pair Programming->XCD]] Option A) [[Option A->XCA]] Option B) [[Option B->XCB]] Option C) [[Option C->XCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAB').style.display='flex';"> <div class="image-overlay" id="overlayXAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABA]] b) [[Option B->XABB]] c) [[Option C->XABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> d) [[Introduce Pair Programming->XAAD]] Option A) [[Option A->XAAA]] Option B) [[Option B->XAAB]] Option C) [[Option C->XAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAC').style.display='flex';"> <div class="image-overlay" id="overlayXAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACA]] b) [[Option B->XACB]] c) [[Option C->XACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBA').style.display='flex';"> <div class="image-overlay" id="overlayXBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAA]] b) [[Option B->XBAB]] c) [[Option C->XBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBB').style.display='flex';"> <div class="image-overlay" id="overlayXBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBA]] b) [[Option B->XBBB]] c) [[Option C->XBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBC').style.display='flex';"> <div class="image-overlay" id="overlayXBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCA]] b) [[Option B->XBCB]] c) [[Option C->XBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCA').style.display='flex';"> <div class="image-overlay" id="overlayXCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAA]] b) [[Option B->XCAB]] c) [[Option C->XCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCB').style.display='flex';"> <div class="image-overlay" id="overlayXCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBA]] b) [[Option B->XCBB]] c) [[Option C->XCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCC').style.display='flex';"> <div class="image-overlay" id="overlayXCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCA]] b) [[Option B->XCCB]] c) [[Option C->XCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> d) [[Introduce Pair Programming->XAAAD]] Option A) [[Option A->XAAAA]] Option B) [[Option B->XAAAB]] Option C) [[Option C->XAAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAB').style.display='flex';"> <div class="image-overlay" id="overlayXAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABA]] b) [[Option B->XAABB]] c) [[Option C->XAABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAC').style.display='flex';"> <div class="image-overlay" id="overlayXAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACA]] b) [[Option B->XAACB]] c) [[Option C->XAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> d) [[Introduce Pair Programming->XAAAAD]] Option A) [[Option A->XAAAAA]] Option B) [[Option B->XAAAAB]] Option C) [[Option C->XAAAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAB').style.display='flex';"> <div class="image-overlay" id="overlayXAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAAABA]] b) [[Option B->XAAABB]] c) [[Option C->XAAABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAC').style.display='flex';"> <div class="image-overlay" id="overlayXAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAAACA]] b) [[Option B->XAAACB]] c) [[Option C->XAAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> d) [[Introduce Pair Programming->XAAAAAD]] Option A) [[Option A->XAAAAAA]] Option B) [[Option B->XAAAAAB]] Option C) [[Option C->XAAAAAC]]Option A) [[Option A->XAAAABA]] Option B) [[Option B->XAAAABB]] Option C) [[Option C->XAAAABC]]Option A) [[Option A->XAAAACA]] Option B) [[Option B->XAAAACB]] Option C) [[Option C->XAAAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAA.png" alt="Zoomed metrics"> </div> The three months of improving flow are now over, but what has been the impact of your changes? [[Proceed to the final scoring sheet to see how you did...->XAAAAAAFinal]] [[See your final metrics -> XAAAAAAFinal]] [[See your final metrics->XAAAAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>Y<b>Here are your final flow metrics, compared ro where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAA.png" alt="Zoomed metrics"> </div> In terms of your scoring: ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' Cycle Time a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' 3. Work In Progress (WIP) a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' 4. Work Item Age a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' '' Well done - your final score is XX, this was the 4th highest possible score!'' <style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>Y<b>Here are your final flow metrics, compared ro where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAB.png" alt="Zoomed metrics"> </div> In terms of your scoring: ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' Cycle Time a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' 3. Work In Progress (WIP) a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' 4. Work Item Age a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' '' Well done - your final score is XX, this was the 4th highest possible score!'' <style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>Continue with a WIP limit of 10</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAB.png" alt="Zoomed metrics"> </div> The three months of improving flow are now over, but what has been the impact of your changes? [[Proceed to the final scoring sheet to see how you did...->XAAAAABFinal]] [[See your final metrics -> XAAAAABFinal]] [[See your final metrics->XAAAAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAAAAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAAAC').style.display='flex';"> <div class="image-overlay" id="overlayXAAAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAC.png" alt="Zoomed metrics"> </div> [[See your final metrics->XAAAAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAAABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAAABAA]] b) [[Option B->XAAAABAB]] c) [[Option C->XAAAABAC]] [[See your final metrics -> XAAAABAFinal]] [[See your final metrics->XAAAABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAAABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAAABBA]] b) [[Option B->XAAAABBB]] c) [[Option C->XAAAABBC]] [[See your final metrics -> XAAAABBFinal]] [[See your final metrics->XAAAABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAAABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAAABCA]] b) [[Option B->XAAAABCB]] c) [[Option C->XAAAABCC]] [[See your final metrics -> XAAAABCFinal]] [[See your final metrics->XAAAABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAAACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAAACAA]] b) [[Option B->XAAAACAB]] c) [[Option C->XAAAACAC]] [[See your final metrics -> XAAAACAFinal]] [[See your final metrics->XAAAACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAAACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAAACBA]] b) [[Option B->XAAAACBB]] c) [[Option C->XAAAACBC]] [[See your final metrics -> XAAAACBFinal]] [[See your final metrics->XAAAACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAAACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAAACCA]] b) [[Option B->XAAAACCB]] c) [[Option C->XAAAACCC]] [[See your final metrics -> XAAAACCFinal]] [[See your final metrics->XAAAACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAABAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAABAAA]] b) [[Option B->XAAABAAB]] c) [[Option C->XAAABAAC]] [[See your final metrics -> XAAABAAFinal]] [[See your final metrics->XAAABAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAABAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAABABA]] b) [[Option B->XAAABABB]] c) [[Option C->XAAABABC]] [[See your final metrics -> XAAABABFinal]] [[See your final metrics->XAAABABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAABAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAABACA]] b) [[Option B->XAAABACB]] c) [[Option C->XAAABACC]] [[See your final metrics -> XAAABACFinal]] [[See your final metrics->XAAABACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAABBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAABBAA]] b) [[Option B->XAAABBAB]] c) [[Option C->XAAABBAC]] [[See your final metrics -> XAAABBAFinal]] [[See your final metrics->XAAABBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAABBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAABBBA]] b) [[Option B->XAAABBBB]] c) [[Option C->XAAABBBC]] [[See your final metrics -> XAAABBBFinal]] [[See your final metrics->XAAABBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAABBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAABBCA]] b) [[Option B->XAAABBCB]] c) [[Option C->XAAABBCC]] [[See your final metrics -> XAAABBCFinal]] [[See your final metrics->XAAABBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAABCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAABCAA]] b) [[Option B->XAAABCAB]] c) [[Option C->XAAABCAC]] [[See your final metrics -> XAAABCAFinal]] [[See your final metrics->XAAABCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAABCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAABCBA]] b) [[Option B->XAAABCBB]] c) [[Option C->XAAABCBC]] [[See your final metrics -> XAAABCBFinal]] [[See your final metrics->XAAABCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAABCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAABCCA]] b) [[Option B->XAAABCCB]] c) [[Option C->XAAABCCC]] [[See your final metrics -> XAAABCCFinal]] [[See your final metrics->XAAABCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAACAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAACAAA]] b) [[Option B->XAAACAAB]] c) [[Option C->XAAACAAC]] [[See your final metrics -> XAAACAAFinal]] [[See your final metrics->XAAACAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAACAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAACABA]] b) [[Option B->XAAACABB]] c) [[Option C->XAAACABC]] [[See your final metrics -> XAAACABFinal]] [[See your final metrics->XAAACABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAACAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAACACA]] b) [[Option B->XAAACACB]] c) [[Option C->XAAACACC]] [[See your final metrics -> XAAACACFinal]] [[See your final metrics->XAAACACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAACBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAACBAA]] b) [[Option B->XAAACBAB]] c) [[Option C->XAAACBAC]] [[See your final metrics -> XAAACBAFinal]] [[See your final metrics->XAAACBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAACBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAACBBA]] b) [[Option B->XAAACBBB]] c) [[Option C->XAAACBBC]] [[See your final metrics -> XAAACBBFinal]] [[See your final metrics->XAAACBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAACBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAACBCA]] b) [[Option B->XAAACBCB]] c) [[Option C->XAAACBCC]] [[See your final metrics -> XAAACBCFinal]] [[See your final metrics->XAAACBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAACCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAACCAA]] b) [[Option B->XAAACCAB]] c) [[Option C->XAAACCAC]] [[See your final metrics -> XAAACCAFinal]] [[See your final metrics->XAAACCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAACCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAACCBA]] b) [[Option B->XAAACCBB]] c) [[Option C->XAAACCBC]] [[See your final metrics -> XAAACCBFinal]] [[See your final metrics->XAAACCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAAACCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAAACCCA]] b) [[Option B->XAAACCCB]] c) [[Option C->XAAACCCC]] [[See your final metrics -> XAAACCCFinal]] [[See your final metrics->XAAACCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABAAAA]] b) [[Option B->XAABAAAB]] c) [[Option C->XAABAAAC]] [[See your final metrics -> XAABAAAFinal]] [[See your final metrics->XAABAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABAABA]] b) [[Option B->XAABAABB]] c) [[Option C->XAABAABC]] [[See your final metrics -> XAABAABFinal]] [[See your final metrics->XAABAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABAACA]] b) [[Option B->XAABAACB]] c) [[Option C->XAABAACC]] [[See your final metrics -> XAABAACFinal]] [[See your final metrics->XAABAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABABAA]] b) [[Option B->XAABABAB]] c) [[Option C->XAABABAC]] [[See your final metrics -> XAABABAFinal]] [[See your final metrics->XAABABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABABBA]] b) [[Option B->XAABABBB]] c) [[Option C->XAABABBC]] [[See your final metrics -> XAABABBFinal]] [[See your final metrics->XAABABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABABCA]] b) [[Option B->XAABABCB]] c) [[Option C->XAABABCC]] [[See your final metrics -> XAABABCFinal]] [[See your final metrics->XAABABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABACAA]] b) [[Option B->XAABACAB]] c) [[Option C->XAABACAC]] [[See your final metrics -> XAABACAFinal]] [[See your final metrics->XAABACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABACBA]] b) [[Option B->XAABACBB]] c) [[Option C->XAABACBC]] [[See your final metrics -> XAABACBFinal]] [[See your final metrics->XAABACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABACCA]] b) [[Option B->XAABACCB]] c) [[Option C->XAABACCC]] [[See your final metrics -> XAABACCFinal]] [[See your final metrics->XAABACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABBAAA]] b) [[Option B->XAABBAAB]] c) [[Option C->XAABBAAC]] [[See your final metrics -> XAABBAAFinal]] [[See your final metrics->XAABBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABBABA]] b) [[Option B->XAABBABB]] c) [[Option C->XAABBABC]] [[See your final metrics -> XAABBABFinal]] [[See your final metrics->XAABBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABBACA]] b) [[Option B->XAABBACB]] c) [[Option C->XAABBACC]] [[See your final metrics -> XAABBACFinal]] [[See your final metrics->XAABBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABBBAA]] b) [[Option B->XAABBBAB]] c) [[Option C->XAABBBAC]] [[See your final metrics -> XAABBBAFinal]] [[See your final metrics->XAABBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABBBBA]] b) [[Option B->XAABBBBB]] c) [[Option C->XAABBBBC]] [[See your final metrics -> XAABBBBFinal]] [[See your final metrics->XAABBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABBBCA]] b) [[Option B->XAABBBCB]] c) [[Option C->XAABBBCC]] [[See your final metrics -> XAABBBCFinal]] [[See your final metrics->XAABBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABBCAA]] b) [[Option B->XAABBCAB]] c) [[Option C->XAABBCAC]] [[See your final metrics -> XAABBCAFinal]] [[See your final metrics->XAABBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABBCBA]] b) [[Option B->XAABBCBB]] c) [[Option C->XAABBCBC]] [[See your final metrics -> XAABBCBFinal]] [[See your final metrics->XAABBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABBCCA]] b) [[Option B->XAABBCCB]] c) [[Option C->XAABBCCC]] [[See your final metrics -> XAABBCCFinal]] [[See your final metrics->XAABBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABCAAA]] b) [[Option B->XAABCAAB]] c) [[Option C->XAABCAAC]] [[See your final metrics -> XAABCAAFinal]] [[See your final metrics->XAABCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABCABA]] b) [[Option B->XAABCABB]] c) [[Option C->XAABCABC]] [[See your final metrics -> XAABCABFinal]] [[See your final metrics->XAABCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABCACA]] b) [[Option B->XAABCACB]] c) [[Option C->XAABCACC]] [[See your final metrics -> XAABCACFinal]] [[See your final metrics->XAABCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABCBAA]] b) [[Option B->XAABCBAB]] c) [[Option C->XAABCBAC]] [[See your final metrics -> XAABCBAFinal]] [[See your final metrics->XAABCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABCBBA]] b) [[Option B->XAABCBBB]] c) [[Option C->XAABCBBC]] [[See your final metrics -> XAABCBBFinal]] [[See your final metrics->XAABCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABCBCA]] b) [[Option B->XAABCBCB]] c) [[Option C->XAABCBCC]] [[See your final metrics -> XAABCBCFinal]] [[See your final metrics->XAABCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABCCAA]] b) [[Option B->XAABCCAB]] c) [[Option C->XAABCCAC]] [[See your final metrics -> XAABCCAFinal]] [[See your final metrics->XAABCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABCCBA]] b) [[Option B->XAABCCBB]] c) [[Option C->XAABCCBC]] [[See your final metrics -> XAABCCBFinal]] [[See your final metrics->XAABCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAABCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAABCCCA]] b) [[Option B->XAABCCCB]] c) [[Option C->XAABCCCC]] [[See your final metrics -> XAABCCCFinal]] [[See your final metrics->XAABCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACAAAA]] b) [[Option B->XAACAAAB]] c) [[Option C->XAACAAAC]] [[See your final metrics -> XAACAAAFinal]] [[See your final metrics->XAACAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACAABA]] b) [[Option B->XAACAABB]] c) [[Option C->XAACAABC]] [[See your final metrics -> XAACAABFinal]] [[See your final metrics->XAACAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACAACA]] b) [[Option B->XAACAACB]] c) [[Option C->XAACAACC]] [[See your final metrics -> XAACAACFinal]] [[See your final metrics->XAACAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACABAA]] b) [[Option B->XAACABAB]] c) [[Option C->XAACABAC]] [[See your final metrics -> XAACABAFinal]] [[See your final metrics->XAACABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACABBA]] b) [[Option B->XAACABBB]] c) [[Option C->XAACABBC]] [[See your final metrics -> XAACABBFinal]] [[See your final metrics->XAACABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACABCA]] b) [[Option B->XAACABCB]] c) [[Option C->XAACABCC]] [[See your final metrics -> XAACABCFinal]] [[See your final metrics->XAACABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACACAA]] b) [[Option B->XAACACAB]] c) [[Option C->XAACACAC]] [[See your final metrics -> XAACACAFinal]] [[See your final metrics->XAACACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACACBA]] b) [[Option B->XAACACBB]] c) [[Option C->XAACACBC]] [[See your final metrics -> XAACACBFinal]] [[See your final metrics->XAACACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACACCA]] b) [[Option B->XAACACCB]] c) [[Option C->XAACACCC]] [[See your final metrics -> XAACACCFinal]] [[See your final metrics->XAACACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACBAAA]] b) [[Option B->XAACBAAB]] c) [[Option C->XAACBAAC]] [[See your final metrics -> XAACBAAFinal]] [[See your final metrics->XAACBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACBABA]] b) [[Option B->XAACBABB]] c) [[Option C->XAACBABC]] [[See your final metrics -> XAACBABFinal]] [[See your final metrics->XAACBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACBACA]] b) [[Option B->XAACBACB]] c) [[Option C->XAACBACC]] [[See your final metrics -> XAACBACFinal]] [[See your final metrics->XAACBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACBBAA]] b) [[Option B->XAACBBAB]] c) [[Option C->XAACBBAC]] [[See your final metrics -> XAACBBAFinal]] [[See your final metrics->XAACBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACBBBA]] b) [[Option B->XAACBBBB]] c) [[Option C->XAACBBBC]] [[See your final metrics -> XAACBBBFinal]] [[See your final metrics->XAACBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACBBCA]] b) [[Option B->XAACBBCB]] c) [[Option C->XAACBBCC]] [[See your final metrics -> XAACBBCFinal]] [[See your final metrics->XAACBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACBCAA]] b) [[Option B->XAACBCAB]] c) [[Option C->XAACBCAC]] [[See your final metrics -> XAACBCAFinal]] [[See your final metrics->XAACBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACBCBA]] b) [[Option B->XAACBCBB]] c) [[Option C->XAACBCBC]] [[See your final metrics -> XAACBCBFinal]] [[See your final metrics->XAACBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACBCCA]] b) [[Option B->XAACBCCB]] c) [[Option C->XAACBCCC]] [[See your final metrics -> XAACBCCFinal]] [[See your final metrics->XAACBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACCAAA]] b) [[Option B->XAACCAAB]] c) [[Option C->XAACCAAC]] [[See your final metrics -> XAACCAAFinal]] [[See your final metrics->XAACCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACCABA]] b) [[Option B->XAACCABB]] c) [[Option C->XAACCABC]] [[See your final metrics -> XAACCABFinal]] [[See your final metrics->XAACCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACCACA]] b) [[Option B->XAACCACB]] c) [[Option C->XAACCACC]] [[See your final metrics -> XAACCACFinal]] [[See your final metrics->XAACCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACCBAA]] b) [[Option B->XAACCBAB]] c) [[Option C->XAACCBAC]] [[See your final metrics -> XAACCBAFinal]] [[See your final metrics->XAACCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACCBBA]] b) [[Option B->XAACCBBB]] c) [[Option C->XAACCBBC]] [[See your final metrics -> XAACCBBFinal]] [[See your final metrics->XAACCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACCBCA]] b) [[Option B->XAACCBCB]] c) [[Option C->XAACCBCC]] [[See your final metrics -> XAACCBCFinal]] [[See your final metrics->XAACCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACCCAA]] b) [[Option B->XAACCCAB]] c) [[Option C->XAACCCAC]] [[See your final metrics -> XAACCCAFinal]] [[See your final metrics->XAACCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACCCBA]] b) [[Option B->XAACCCBB]] c) [[Option C->XAACCCBC]] [[See your final metrics -> XAACCCBFinal]] [[See your final metrics->XAACCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XAACCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XAACCCCA]] b) [[Option B->XAACCCCB]] c) [[Option C->XAACCCCC]] [[See your final metrics -> XAACCCCFinal]] [[See your final metrics->XAACCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABAAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABAAAAA]] b) [[Option B->XABAAAAB]] c) [[Option C->XABAAAAC]] [[See your final metrics -> XABAAAAFinal]] [[See your final metrics->XABAAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABAAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABAAABA]] b) [[Option B->XABAAABB]] c) [[Option C->XABAAABC]] [[See your final metrics -> XABAAABFinal]] [[See your final metrics->XABAAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABAAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABAAACA]] b) [[Option B->XABAAACB]] c) [[Option C->XABAAACC]] [[See your final metrics -> XABAAACFinal]] [[See your final metrics->XABAAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABAABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABAABAA]] b) [[Option B->XABAABAB]] c) [[Option C->XABAABAC]] [[See your final metrics -> XABAABAFinal]] [[See your final metrics->XABAABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABAABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABAABBA]] b) [[Option B->XABAABBB]] c) [[Option C->XABAABBC]] [[See your final metrics -> XABAABBFinal]] [[See your final metrics->XABAABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABAABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABAABCA]] b) [[Option B->XABAABCB]] c) [[Option C->XABAABCC]] [[See your final metrics -> XABAABCFinal]] [[See your final metrics->XABAABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABAACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABAACAA]] b) [[Option B->XABAACAB]] c) [[Option C->XABAACAC]] [[See your final metrics -> XABAACAFinal]] [[See your final metrics->XABAACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABAACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABAACBA]] b) [[Option B->XABAACBB]] c) [[Option C->XABAACBC]] [[See your final metrics -> XABAACBFinal]] [[See your final metrics->XABAACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABAACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABAACCA]] b) [[Option B->XABAACCB]] c) [[Option C->XABAACCC]] [[See your final metrics -> XABAACCFinal]] [[See your final metrics->XABAACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABABAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABABAAA]] b) [[Option B->XABABAAB]] c) [[Option C->XABABAAC]] [[See your final metrics -> XABABAAFinal]] [[See your final metrics->XABABAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABABAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABABABA]] b) [[Option B->XABABABB]] c) [[Option C->XABABABC]] [[See your final metrics -> XABABABFinal]] [[See your final metrics->XABABABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABABAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABABACA]] b) [[Option B->XABABACB]] c) [[Option C->XABABACC]] [[See your final metrics -> XABABACFinal]] [[See your final metrics->XABABACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABABBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABABBAA]] b) [[Option B->XABABBAB]] c) [[Option C->XABABBAC]] [[See your final metrics -> XABABBAFinal]] [[See your final metrics->XABABBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABABBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABABBBA]] b) [[Option B->XABABBBB]] c) [[Option C->XABABBBC]] [[See your final metrics -> XABABBBFinal]] [[See your final metrics->XABABBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABABBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABABBCA]] b) [[Option B->XABABBCB]] c) [[Option C->XABABBCC]] [[See your final metrics -> XABABBCFinal]] [[See your final metrics->XABABBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABABCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABABCAA]] b) [[Option B->XABABCAB]] c) [[Option C->XABABCAC]] [[See your final metrics -> XABABCAFinal]] [[See your final metrics->XABABCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABABCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABABCBA]] b) [[Option B->XABABCBB]] c) [[Option C->XABABCBC]] [[See your final metrics -> XABABCBFinal]] [[See your final metrics->XABABCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABABCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABABCCA]] b) [[Option B->XABABCCB]] c) [[Option C->XABABCCC]] [[See your final metrics -> XABABCCFinal]] [[See your final metrics->XABABCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABACAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABACAAA]] b) [[Option B->XABACAAB]] c) [[Option C->XABACAAC]] [[See your final metrics -> XABACAAFinal]] [[See your final metrics->XABACAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABACAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABACABA]] b) [[Option B->XABACABB]] c) [[Option C->XABACABC]] [[See your final metrics -> XABACABFinal]] [[See your final metrics->XABACABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABACAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABACACA]] b) [[Option B->XABACACB]] c) [[Option C->XABACACC]] [[See your final metrics -> XABACACFinal]] [[See your final metrics->XABACACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABACBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABACBAA]] b) [[Option B->XABACBAB]] c) [[Option C->XABACBAC]] [[See your final metrics -> XABACBAFinal]] [[See your final metrics->XABACBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABACBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABACBBA]] b) [[Option B->XABACBBB]] c) [[Option C->XABACBBC]] [[See your final metrics -> XABACBBFinal]] [[See your final metrics->XABACBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABACBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABACBCA]] b) [[Option B->XABACBCB]] c) [[Option C->XABACBCC]] [[See your final metrics -> XABACBCFinal]] [[See your final metrics->XABACBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABACCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABACCAA]] b) [[Option B->XABACCAB]] c) [[Option C->XABACCAC]] [[See your final metrics -> XABACCAFinal]] [[See your final metrics->XABACCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABACCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABACCBA]] b) [[Option B->XABACCBB]] c) [[Option C->XABACCBC]] [[See your final metrics -> XABACCBFinal]] [[See your final metrics->XABACCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABACCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABACCCA]] b) [[Option B->XABACCCB]] c) [[Option C->XABACCCC]] [[See your final metrics -> XABACCCFinal]] [[See your final metrics->XABACCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBAAAA]] b) [[Option B->XABBAAAB]] c) [[Option C->XABBAAAC]] [[See your final metrics -> XABBAAAFinal]] [[See your final metrics->XABBAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBAABA]] b) [[Option B->XABBAABB]] c) [[Option C->XABBAABC]] [[See your final metrics -> XABBAABFinal]] [[See your final metrics->XABBAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBAACA]] b) [[Option B->XABBAACB]] c) [[Option C->XABBAACC]] [[See your final metrics -> XABBAACFinal]] [[See your final metrics->XABBAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBABAA]] b) [[Option B->XABBABAB]] c) [[Option C->XABBABAC]] [[See your final metrics -> XABBABAFinal]] [[See your final metrics->XABBABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBABBA]] b) [[Option B->XABBABBB]] c) [[Option C->XABBABBC]] [[See your final metrics -> XABBABBFinal]] [[See your final metrics->XABBABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBABCA]] b) [[Option B->XABBABCB]] c) [[Option C->XABBABCC]] [[See your final metrics -> XABBABCFinal]] [[See your final metrics->XABBABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBACAA]] b) [[Option B->XABBACAB]] c) [[Option C->XABBACAC]] [[See your final metrics -> XABBACAFinal]] [[See your final metrics->XABBACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBACBA]] b) [[Option B->XABBACBB]] c) [[Option C->XABBACBC]] [[See your final metrics -> XABBACBFinal]] [[See your final metrics->XABBACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBACCA]] b) [[Option B->XABBACCB]] c) [[Option C->XABBACCC]] [[See your final metrics -> XABBACCFinal]] [[See your final metrics->XABBACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBBAAA]] b) [[Option B->XABBBAAB]] c) [[Option C->XABBBAAC]] [[See your final metrics -> XABBBAAFinal]] [[See your final metrics->XABBBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBBABA]] b) [[Option B->XABBBABB]] c) [[Option C->XABBBABC]] [[See your final metrics -> XABBBABFinal]] [[See your final metrics->XABBBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBBACA]] b) [[Option B->XABBBACB]] c) [[Option C->XABBBACC]] [[See your final metrics -> XABBBACFinal]] [[See your final metrics->XABBBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBBBAA]] b) [[Option B->XABBBBAB]] c) [[Option C->XABBBBAC]] [[See your final metrics -> XABBBBAFinal]] [[See your final metrics->XABBBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBBBBA]] b) [[Option B->XABBBBBB]] c) [[Option C->XABBBBBC]] [[See your final metrics -> XABBBBBFinal]] [[See your final metrics->XABBBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBBBCA]] b) [[Option B->XABBBBCB]] c) [[Option C->XABBBBCC]] [[See your final metrics -> XABBBBCFinal]] [[See your final metrics->XABBBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBBCAA]] b) [[Option B->XABBBCAB]] c) [[Option C->XABBBCAC]] [[See your final metrics -> XABBBCAFinal]] [[See your final metrics->XABBBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBBCBA]] b) [[Option B->XABBBCBB]] c) [[Option C->XABBBCBC]] [[See your final metrics -> XABBBCBFinal]] [[See your final metrics->XABBBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBBCCA]] b) [[Option B->XABBBCCB]] c) [[Option C->XABBBCCC]] [[See your final metrics -> XABBBCCFinal]] [[See your final metrics->XABBBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBCAAA]] b) [[Option B->XABBCAAB]] c) [[Option C->XABBCAAC]] [[See your final metrics -> XABBCAAFinal]] [[See your final metrics->XABBCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBCABA]] b) [[Option B->XABBCABB]] c) [[Option C->XABBCABC]] [[See your final metrics -> XABBCABFinal]] [[See your final metrics->XABBCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBCACA]] b) [[Option B->XABBCACB]] c) [[Option C->XABBCACC]] [[See your final metrics -> XABBCACFinal]] [[See your final metrics->XABBCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBCBAA]] b) [[Option B->XABBCBAB]] c) [[Option C->XABBCBAC]] [[See your final metrics -> XABBCBAFinal]] [[See your final metrics->XABBCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBCBBA]] b) [[Option B->XABBCBBB]] c) [[Option C->XABBCBBC]] [[See your final metrics -> XABBCBBFinal]] [[See your final metrics->XABBCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBCBCA]] b) [[Option B->XABBCBCB]] c) [[Option C->XABBCBCC]] [[See your final metrics -> XABBCBCFinal]] [[See your final metrics->XABBCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBCCAA]] b) [[Option B->XABBCCAB]] c) [[Option C->XABBCCAC]] [[See your final metrics -> XABBCCAFinal]] [[See your final metrics->XABBCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBCCBA]] b) [[Option B->XABBCCBB]] c) [[Option C->XABBCCBC]] [[See your final metrics -> XABBCCBFinal]] [[See your final metrics->XABBCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABBCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABBCCCA]] b) [[Option B->XABBCCCB]] c) [[Option C->XABBCCCC]] [[See your final metrics -> XABBCCCFinal]] [[See your final metrics->XABBCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCAAAA]] b) [[Option B->XABCAAAB]] c) [[Option C->XABCAAAC]] [[See your final metrics -> XABCAAAFinal]] [[See your final metrics->XABCAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCAABA]] b) [[Option B->XABCAABB]] c) [[Option C->XABCAABC]] [[See your final metrics -> XABCAABFinal]] [[See your final metrics->XABCAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCAACA]] b) [[Option B->XABCAACB]] c) [[Option C->XABCAACC]] [[See your final metrics -> XABCAACFinal]] [[See your final metrics->XABCAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCABAA]] b) [[Option B->XABCABAB]] c) [[Option C->XABCABAC]] [[See your final metrics -> XABCABAFinal]] [[See your final metrics->XABCABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCABBA]] b) [[Option B->XABCABBB]] c) [[Option C->XABCABBC]] [[See your final metrics -> XABCABBFinal]] [[See your final metrics->XABCABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCABCA]] b) [[Option B->XABCABCB]] c) [[Option C->XABCABCC]] [[See your final metrics -> XABCABCFinal]] [[See your final metrics->XABCABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCACAA]] b) [[Option B->XABCACAB]] c) [[Option C->XABCACAC]] [[See your final metrics -> XABCACAFinal]] [[See your final metrics->XABCACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCACBA]] b) [[Option B->XABCACBB]] c) [[Option C->XABCACBC]] [[See your final metrics -> XABCACBFinal]] [[See your final metrics->XABCACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCACCA]] b) [[Option B->XABCACCB]] c) [[Option C->XABCACCC]] [[See your final metrics -> XABCACCFinal]] [[See your final metrics->XABCACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCBAAA]] b) [[Option B->XABCBAAB]] c) [[Option C->XABCBAAC]] [[See your final metrics -> XABCBAAFinal]] [[See your final metrics->XABCBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCBABA]] b) [[Option B->XABCBABB]] c) [[Option C->XABCBABC]] [[See your final metrics -> XABCBABFinal]] [[See your final metrics->XABCBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCBACA]] b) [[Option B->XABCBACB]] c) [[Option C->XABCBACC]] [[See your final metrics -> XABCBACFinal]] [[See your final metrics->XABCBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCBBAA]] b) [[Option B->XABCBBAB]] c) [[Option C->XABCBBAC]] [[See your final metrics -> XABCBBAFinal]] [[See your final metrics->XABCBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCBBBA]] b) [[Option B->XABCBBBB]] c) [[Option C->XABCBBBC]] [[See your final metrics -> XABCBBBFinal]] [[See your final metrics->XABCBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCBBCA]] b) [[Option B->XABCBBCB]] c) [[Option C->XABCBBCC]] [[See your final metrics -> XABCBBCFinal]] [[See your final metrics->XABCBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCBCAA]] b) [[Option B->XABCBCAB]] c) [[Option C->XABCBCAC]] [[See your final metrics -> XABCBCAFinal]] [[See your final metrics->XABCBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCBCBA]] b) [[Option B->XABCBCBB]] c) [[Option C->XABCBCBC]] [[See your final metrics -> XABCBCBFinal]] [[See your final metrics->XABCBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCBCCA]] b) [[Option B->XABCBCCB]] c) [[Option C->XABCBCCC]] [[See your final metrics -> XABCBCCFinal]] [[See your final metrics->XABCBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCCAAA]] b) [[Option B->XABCCAAB]] c) [[Option C->XABCCAAC]] [[See your final metrics -> XABCCAAFinal]] [[See your final metrics->XABCCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCCABA]] b) [[Option B->XABCCABB]] c) [[Option C->XABCCABC]] [[See your final metrics -> XABCCABFinal]] [[See your final metrics->XABCCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCCACA]] b) [[Option B->XABCCACB]] c) [[Option C->XABCCACC]] [[See your final metrics -> XABCCACFinal]] [[See your final metrics->XABCCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCCBAA]] b) [[Option B->XABCCBAB]] c) [[Option C->XABCCBAC]] [[See your final metrics -> XABCCBAFinal]] [[See your final metrics->XABCCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCCBBA]] b) [[Option B->XABCCBBB]] c) [[Option C->XABCCBBC]] [[See your final metrics -> XABCCBBFinal]] [[See your final metrics->XABCCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCCBCA]] b) [[Option B->XABCCBCB]] c) [[Option C->XABCCBCC]] [[See your final metrics -> XABCCBCFinal]] [[See your final metrics->XABCCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCCCAA]] b) [[Option B->XABCCCAB]] c) [[Option C->XABCCCAC]] [[See your final metrics -> XABCCCAFinal]] [[See your final metrics->XABCCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCCCBA]] b) [[Option B->XABCCCBB]] c) [[Option C->XABCCCBC]] [[See your final metrics -> XABCCCBFinal]] [[See your final metrics->XABCCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XABCCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XABCCCCA]] b) [[Option B->XABCCCCB]] c) [[Option C->XABCCCCC]] [[See your final metrics -> XABCCCCFinal]] [[See your final metrics->XABCCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACAAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACAAAAA]] b) [[Option B->XACAAAAB]] c) [[Option C->XACAAAAC]] [[See your final metrics -> XACAAAAFinal]] [[See your final metrics->XACAAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACAAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACAAABA]] b) [[Option B->XACAAABB]] c) [[Option C->XACAAABC]] [[See your final metrics -> XACAAABFinal]] [[See your final metrics->XACAAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACAAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACAAACA]] b) [[Option B->XACAAACB]] c) [[Option C->XACAAACC]] [[See your final metrics -> XACAAACFinal]] [[See your final metrics->XACAAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACAABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACAABAA]] b) [[Option B->XACAABAB]] c) [[Option C->XACAABAC]] [[See your final metrics -> XACAABAFinal]] [[See your final metrics->XACAABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACAABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACAABBA]] b) [[Option B->XACAABBB]] c) [[Option C->XACAABBC]] [[See your final metrics -> XACAABBFinal]] [[See your final metrics->XACAABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACAABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACAABCA]] b) [[Option B->XACAABCB]] c) [[Option C->XACAABCC]] [[See your final metrics -> XACAABCFinal]] [[See your final metrics->XACAABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACAACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACAACAA]] b) [[Option B->XACAACAB]] c) [[Option C->XACAACAC]] [[See your final metrics -> XACAACAFinal]] [[See your final metrics->XACAACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACAACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACAACBA]] b) [[Option B->XACAACBB]] c) [[Option C->XACAACBC]] [[See your final metrics -> XACAACBFinal]] [[See your final metrics->XACAACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACAACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACAACCA]] b) [[Option B->XACAACCB]] c) [[Option C->XACAACCC]] [[See your final metrics -> XACAACCFinal]] [[See your final metrics->XACAACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACABAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACABAAA]] b) [[Option B->XACABAAB]] c) [[Option C->XACABAAC]] [[See your final metrics -> XACABAAFinal]] [[See your final metrics->XACABAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACABAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACABABA]] b) [[Option B->XACABABB]] c) [[Option C->XACABABC]] [[See your final metrics -> XACABABFinal]] [[See your final metrics->XACABABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACABAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACABACA]] b) [[Option B->XACABACB]] c) [[Option C->XACABACC]] [[See your final metrics -> XACABACFinal]] [[See your final metrics->XACABACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACABBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACABBAA]] b) [[Option B->XACABBAB]] c) [[Option C->XACABBAC]] [[See your final metrics -> XACABBAFinal]] [[See your final metrics->XACABBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACABBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACABBBA]] b) [[Option B->XACABBBB]] c) [[Option C->XACABBBC]] [[See your final metrics -> XACABBBFinal]] [[See your final metrics->XACABBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACABBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACABBCA]] b) [[Option B->XACABBCB]] c) [[Option C->XACABBCC]] [[See your final metrics -> XACABBCFinal]] [[See your final metrics->XACABBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACABCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACABCAA]] b) [[Option B->XACABCAB]] c) [[Option C->XACABCAC]] [[See your final metrics -> XACABCAFinal]] [[See your final metrics->XACABCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACABCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACABCBA]] b) [[Option B->XACABCBB]] c) [[Option C->XACABCBC]] [[See your final metrics -> XACABCBFinal]] [[See your final metrics->XACABCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACABCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACABCCA]] b) [[Option B->XACABCCB]] c) [[Option C->XACABCCC]] [[See your final metrics -> XACABCCFinal]] [[See your final metrics->XACABCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACACAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACACAAA]] b) [[Option B->XACACAAB]] c) [[Option C->XACACAAC]] [[See your final metrics -> XACACAAFinal]] [[See your final metrics->XACACAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACACAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACACABA]] b) [[Option B->XACACABB]] c) [[Option C->XACACABC]] [[See your final metrics -> XACACABFinal]] [[See your final metrics->XACACABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACACAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACACACA]] b) [[Option B->XACACACB]] c) [[Option C->XACACACC]] [[See your final metrics -> XACACACFinal]] [[See your final metrics->XACACACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACACBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACACBAA]] b) [[Option B->XACACBAB]] c) [[Option C->XACACBAC]] [[See your final metrics -> XACACBAFinal]] [[See your final metrics->XACACBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACACBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACACBBA]] b) [[Option B->XACACBBB]] c) [[Option C->XACACBBC]] [[See your final metrics -> XACACBBFinal]] [[See your final metrics->XACACBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACACBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACACBCA]] b) [[Option B->XACACBCB]] c) [[Option C->XACACBCC]] [[See your final metrics -> XACACBCFinal]] [[See your final metrics->XACACBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACACCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACACCAA]] b) [[Option B->XACACCAB]] c) [[Option C->XACACCAC]] [[See your final metrics -> XACACCAFinal]] [[See your final metrics->XACACCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACACCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACACCBA]] b) [[Option B->XACACCBB]] c) [[Option C->XACACCBC]] [[See your final metrics -> XACACCBFinal]] [[See your final metrics->XACACCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACACCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACACCCA]] b) [[Option B->XACACCCB]] c) [[Option C->XACACCCC]] [[See your final metrics -> XACACCCFinal]] [[See your final metrics->XACACCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBAAAA]] b) [[Option B->XACBAAAB]] c) [[Option C->XACBAAAC]] [[See your final metrics -> XACBAAAFinal]] [[See your final metrics->XACBAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBAABA]] b) [[Option B->XACBAABB]] c) [[Option C->XACBAABC]] [[See your final metrics -> XACBAABFinal]] [[See your final metrics->XACBAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBAACA]] b) [[Option B->XACBAACB]] c) [[Option C->XACBAACC]] [[See your final metrics -> XACBAACFinal]] [[See your final metrics->XACBAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBABAA]] b) [[Option B->XACBABAB]] c) [[Option C->XACBABAC]] [[See your final metrics -> XACBABAFinal]] [[See your final metrics->XACBABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBABBA]] b) [[Option B->XACBABBB]] c) [[Option C->XACBABBC]] [[See your final metrics -> XACBABBFinal]] [[See your final metrics->XACBABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBABCA]] b) [[Option B->XACBABCB]] c) [[Option C->XACBABCC]] [[See your final metrics -> XACBABCFinal]] [[See your final metrics->XACBABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBACAA]] b) [[Option B->XACBACAB]] c) [[Option C->XACBACAC]] [[See your final metrics -> XACBACAFinal]] [[See your final metrics->XACBACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBACBA]] b) [[Option B->XACBACBB]] c) [[Option C->XACBACBC]] [[See your final metrics -> XACBACBFinal]] [[See your final metrics->XACBACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBACCA]] b) [[Option B->XACBACCB]] c) [[Option C->XACBACCC]] [[See your final metrics -> XACBACCFinal]] [[See your final metrics->XACBACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBBAAA]] b) [[Option B->XACBBAAB]] c) [[Option C->XACBBAAC]] [[See your final metrics -> XACBBAAFinal]] [[See your final metrics->XACBBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBBABA]] b) [[Option B->XACBBABB]] c) [[Option C->XACBBABC]] [[See your final metrics -> XACBBABFinal]] [[See your final metrics->XACBBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBBACA]] b) [[Option B->XACBBACB]] c) [[Option C->XACBBACC]] [[See your final metrics -> XACBBACFinal]] [[See your final metrics->XACBBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBBBAA]] b) [[Option B->XACBBBAB]] c) [[Option C->XACBBBAC]] [[See your final metrics -> XACBBBAFinal]] [[See your final metrics->XACBBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBBBBA]] b) [[Option B->XACBBBBB]] c) [[Option C->XACBBBBC]] [[See your final metrics -> XACBBBBFinal]] [[See your final metrics->XACBBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBBBCA]] b) [[Option B->XACBBBCB]] c) [[Option C->XACBBBCC]] [[See your final metrics -> XACBBBCFinal]] [[See your final metrics->XACBBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBBCAA]] b) [[Option B->XACBBCAB]] c) [[Option C->XACBBCAC]] [[See your final metrics -> XACBBCAFinal]] [[See your final metrics->XACBBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBBCBA]] b) [[Option B->XACBBCBB]] c) [[Option C->XACBBCBC]] [[See your final metrics -> XACBBCBFinal]] [[See your final metrics->XACBBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBBCCA]] b) [[Option B->XACBBCCB]] c) [[Option C->XACBBCCC]] [[See your final metrics -> XACBBCCFinal]] [[See your final metrics->XACBBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBCAAA]] b) [[Option B->XACBCAAB]] c) [[Option C->XACBCAAC]] [[See your final metrics -> XACBCAAFinal]] [[See your final metrics->XACBCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBCABA]] b) [[Option B->XACBCABB]] c) [[Option C->XACBCABC]] [[See your final metrics -> XACBCABFinal]] [[See your final metrics->XACBCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBCACA]] b) [[Option B->XACBCACB]] c) [[Option C->XACBCACC]] [[See your final metrics -> XACBCACFinal]] [[See your final metrics->XACBCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBCBAA]] b) [[Option B->XACBCBAB]] c) [[Option C->XACBCBAC]] [[See your final metrics -> XACBCBAFinal]] [[See your final metrics->XACBCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBCBBA]] b) [[Option B->XACBCBBB]] c) [[Option C->XACBCBBC]] [[See your final metrics -> XACBCBBFinal]] [[See your final metrics->XACBCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBCBCA]] b) [[Option B->XACBCBCB]] c) [[Option C->XACBCBCC]] [[See your final metrics -> XACBCBCFinal]] [[See your final metrics->XACBCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBCCAA]] b) [[Option B->XACBCCAB]] c) [[Option C->XACBCCAC]] [[See your final metrics -> XACBCCAFinal]] [[See your final metrics->XACBCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBCCBA]] b) [[Option B->XACBCCBB]] c) [[Option C->XACBCCBC]] [[See your final metrics -> XACBCCBFinal]] [[See your final metrics->XACBCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACBCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACBCCCA]] b) [[Option B->XACBCCCB]] c) [[Option C->XACBCCCC]] [[See your final metrics -> XACBCCCFinal]] [[See your final metrics->XACBCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCAAAA]] b) [[Option B->XACCAAAB]] c) [[Option C->XACCAAAC]] [[See your final metrics -> XACCAAAFinal]] [[See your final metrics->XACCAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCAABA]] b) [[Option B->XACCAABB]] c) [[Option C->XACCAABC]] [[See your final metrics -> XACCAABFinal]] [[See your final metrics->XACCAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCAACA]] b) [[Option B->XACCAACB]] c) [[Option C->XACCAACC]] [[See your final metrics -> XACCAACFinal]] [[See your final metrics->XACCAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCABAA]] b) [[Option B->XACCABAB]] c) [[Option C->XACCABAC]] [[See your final metrics -> XACCABAFinal]] [[See your final metrics->XACCABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCABBA]] b) [[Option B->XACCABBB]] c) [[Option C->XACCABBC]] [[See your final metrics -> XACCABBFinal]] [[See your final metrics->XACCABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCABCA]] b) [[Option B->XACCABCB]] c) [[Option C->XACCABCC]] [[See your final metrics -> XACCABCFinal]] [[See your final metrics->XACCABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCACAA]] b) [[Option B->XACCACAB]] c) [[Option C->XACCACAC]] [[See your final metrics -> XACCACAFinal]] [[See your final metrics->XACCACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCACBA]] b) [[Option B->XACCACBB]] c) [[Option C->XACCACBC]] [[See your final metrics -> XACCACBFinal]] [[See your final metrics->XACCACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCACCA]] b) [[Option B->XACCACCB]] c) [[Option C->XACCACCC]] [[See your final metrics -> XACCACCFinal]] [[See your final metrics->XACCACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCBAAA]] b) [[Option B->XACCBAAB]] c) [[Option C->XACCBAAC]] [[See your final metrics -> XACCBAAFinal]] [[See your final metrics->XACCBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCBABA]] b) [[Option B->XACCBABB]] c) [[Option C->XACCBABC]] [[See your final metrics -> XACCBABFinal]] [[See your final metrics->XACCBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCBACA]] b) [[Option B->XACCBACB]] c) [[Option C->XACCBACC]] [[See your final metrics -> XACCBACFinal]] [[See your final metrics->XACCBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCBBAA]] b) [[Option B->XACCBBAB]] c) [[Option C->XACCBBAC]] [[See your final metrics -> XACCBBAFinal]] [[See your final metrics->XACCBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCBBBA]] b) [[Option B->XACCBBBB]] c) [[Option C->XACCBBBC]] [[See your final metrics -> XACCBBBFinal]] [[See your final metrics->XACCBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCBBCA]] b) [[Option B->XACCBBCB]] c) [[Option C->XACCBBCC]] [[See your final metrics -> XACCBBCFinal]] [[See your final metrics->XACCBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCBCAA]] b) [[Option B->XACCBCAB]] c) [[Option C->XACCBCAC]] [[See your final metrics -> XACCBCAFinal]] [[See your final metrics->XACCBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCBCBA]] b) [[Option B->XACCBCBB]] c) [[Option C->XACCBCBC]] [[See your final metrics -> XACCBCBFinal]] [[See your final metrics->XACCBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCBCCA]] b) [[Option B->XACCBCCB]] c) [[Option C->XACCBCCC]] [[See your final metrics -> XACCBCCFinal]] [[See your final metrics->XACCBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCCAAA]] b) [[Option B->XACCCAAB]] c) [[Option C->XACCCAAC]] [[See your final metrics -> XACCCAAFinal]] [[See your final metrics->XACCCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCCABA]] b) [[Option B->XACCCABB]] c) [[Option C->XACCCABC]] [[See your final metrics -> XACCCABFinal]] [[See your final metrics->XACCCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCCACA]] b) [[Option B->XACCCACB]] c) [[Option C->XACCCACC]] [[See your final metrics -> XACCCACFinal]] [[See your final metrics->XACCCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCCBAA]] b) [[Option B->XACCCBAB]] c) [[Option C->XACCCBAC]] [[See your final metrics -> XACCCBAFinal]] [[See your final metrics->XACCCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCCBBA]] b) [[Option B->XACCCBBB]] c) [[Option C->XACCCBBC]] [[See your final metrics -> XACCCBBFinal]] [[See your final metrics->XACCCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCCBCA]] b) [[Option B->XACCCBCB]] c) [[Option C->XACCCBCC]] [[See your final metrics -> XACCCBCFinal]] [[See your final metrics->XACCCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCCCAA]] b) [[Option B->XACCCCAB]] c) [[Option C->XACCCCAC]] [[See your final metrics -> XACCCCAFinal]] [[See your final metrics->XACCCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCCCBA]] b) [[Option B->XACCCCBB]] c) [[Option C->XACCCCBC]] [[See your final metrics -> XACCCCBFinal]] [[See your final metrics->XACCCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XACCCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XACCCCCA]] b) [[Option B->XACCCCCB]] c) [[Option C->XACCCCCC]] [[See your final metrics -> XACCCCCFinal]] [[See your final metrics->XACCCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAAAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAAAAAA]] b) [[Option B->XBAAAAAB]] c) [[Option C->XBAAAAAC]] [[See your final metrics -> XBAAAAAFinal]] [[See your final metrics->XBAAAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAAAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAAAABA]] b) [[Option B->XBAAAABB]] c) [[Option C->XBAAAABC]] [[See your final metrics -> XBAAAABFinal]] [[See your final metrics->XBAAAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAAAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAAAACA]] b) [[Option B->XBAAAACB]] c) [[Option C->XBAAAACC]] [[See your final metrics -> XBAAAACFinal]] [[See your final metrics->XBAAAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAAABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAAABAA]] b) [[Option B->XBAAABAB]] c) [[Option C->XBAAABAC]] [[See your final metrics -> XBAAABAFinal]] [[See your final metrics->XBAAABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAAABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAAABBA]] b) [[Option B->XBAAABBB]] c) [[Option C->XBAAABBC]] [[See your final metrics -> XBAAABBFinal]] [[See your final metrics->XBAAABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAAABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAAABCA]] b) [[Option B->XBAAABCB]] c) [[Option C->XBAAABCC]] [[See your final metrics -> XBAAABCFinal]] [[See your final metrics->XBAAABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAAACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAAACAA]] b) [[Option B->XBAAACAB]] c) [[Option C->XBAAACAC]] [[See your final metrics -> XBAAACAFinal]] [[See your final metrics->XBAAACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAAACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAAACBA]] b) [[Option B->XBAAACBB]] c) [[Option C->XBAAACBC]] [[See your final metrics -> XBAAACBFinal]] [[See your final metrics->XBAAACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAAACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAAACCA]] b) [[Option B->XBAAACCB]] c) [[Option C->XBAAACCC]] [[See your final metrics -> XBAAACCFinal]] [[See your final metrics->XBAAACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAABAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAABAAA]] b) [[Option B->XBAABAAB]] c) [[Option C->XBAABAAC]] [[See your final metrics -> XBAABAAFinal]] [[See your final metrics->XBAABAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAABAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAABABA]] b) [[Option B->XBAABABB]] c) [[Option C->XBAABABC]] [[See your final metrics -> XBAABABFinal]] [[See your final metrics->XBAABABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAABAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAABACA]] b) [[Option B->XBAABACB]] c) [[Option C->XBAABACC]] [[See your final metrics -> XBAABACFinal]] [[See your final metrics->XBAABACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAABBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAABBAA]] b) [[Option B->XBAABBAB]] c) [[Option C->XBAABBAC]] [[See your final metrics -> XBAABBAFinal]] [[See your final metrics->XBAABBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAABBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAABBBA]] b) [[Option B->XBAABBBB]] c) [[Option C->XBAABBBC]] [[See your final metrics -> XBAABBBFinal]] [[See your final metrics->XBAABBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAABBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAABBCA]] b) [[Option B->XBAABBCB]] c) [[Option C->XBAABBCC]] [[See your final metrics -> XBAABBCFinal]] [[See your final metrics->XBAABBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAABCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAABCAA]] b) [[Option B->XBAABCAB]] c) [[Option C->XBAABCAC]] [[See your final metrics -> XBAABCAFinal]] [[See your final metrics->XBAABCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAABCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAABCBA]] b) [[Option B->XBAABCBB]] c) [[Option C->XBAABCBC]] [[See your final metrics -> XBAABCBFinal]] [[See your final metrics->XBAABCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAABCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAABCCA]] b) [[Option B->XBAABCCB]] c) [[Option C->XBAABCCC]] [[See your final metrics -> XBAABCCFinal]] [[See your final metrics->XBAABCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAACAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAACAAA]] b) [[Option B->XBAACAAB]] c) [[Option C->XBAACAAC]] [[See your final metrics -> XBAACAAFinal]] [[See your final metrics->XBAACAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAACAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAACABA]] b) [[Option B->XBAACABB]] c) [[Option C->XBAACABC]] [[See your final metrics -> XBAACABFinal]] [[See your final metrics->XBAACABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAACAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAACACA]] b) [[Option B->XBAACACB]] c) [[Option C->XBAACACC]] [[See your final metrics -> XBAACACFinal]] [[See your final metrics->XBAACACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAACBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAACBAA]] b) [[Option B->XBAACBAB]] c) [[Option C->XBAACBAC]] [[See your final metrics -> XBAACBAFinal]] [[See your final metrics->XBAACBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAACBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAACBBA]] b) [[Option B->XBAACBBB]] c) [[Option C->XBAACBBC]] [[See your final metrics -> XBAACBBFinal]] [[See your final metrics->XBAACBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAACBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAACBCA]] b) [[Option B->XBAACBCB]] c) [[Option C->XBAACBCC]] [[See your final metrics -> XBAACBCFinal]] [[See your final metrics->XBAACBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAACCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAACCAA]] b) [[Option B->XBAACCAB]] c) [[Option C->XBAACCAC]] [[See your final metrics -> XBAACCAFinal]] [[See your final metrics->XBAACCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAACCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAACCBA]] b) [[Option B->XBAACCBB]] c) [[Option C->XBAACCBC]] [[See your final metrics -> XBAACCBFinal]] [[See your final metrics->XBAACCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBAACCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBAACCCA]] b) [[Option B->XBAACCCB]] c) [[Option C->XBAACCCC]] [[See your final metrics -> XBAACCCFinal]] [[See your final metrics->XBAACCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABAAAA]] b) [[Option B->XBABAAAB]] c) [[Option C->XBABAAAC]] [[See your final metrics -> XBABAAAFinal]] [[See your final metrics->XBABAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABAABA]] b) [[Option B->XBABAABB]] c) [[Option C->XBABAABC]] [[See your final metrics -> XBABAABFinal]] [[See your final metrics->XBABAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABAACA]] b) [[Option B->XBABAACB]] c) [[Option C->XBABAACC]] [[See your final metrics -> XBABAACFinal]] [[See your final metrics->XBABAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABABAA]] b) [[Option B->XBABABAB]] c) [[Option C->XBABABAC]] [[See your final metrics -> XBABABAFinal]] [[See your final metrics->XBABABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABABBA]] b) [[Option B->XBABABBB]] c) [[Option C->XBABABBC]] [[See your final metrics -> XBABABBFinal]] [[See your final metrics->XBABABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABABCA]] b) [[Option B->XBABABCB]] c) [[Option C->XBABABCC]] [[See your final metrics -> XBABABCFinal]] [[See your final metrics->XBABABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABACAA]] b) [[Option B->XBABACAB]] c) [[Option C->XBABACAC]] [[See your final metrics -> XBABACAFinal]] [[See your final metrics->XBABACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABACBA]] b) [[Option B->XBABACBB]] c) [[Option C->XBABACBC]] [[See your final metrics -> XBABACBFinal]] [[See your final metrics->XBABACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABACCA]] b) [[Option B->XBABACCB]] c) [[Option C->XBABACCC]] [[See your final metrics -> XBABACCFinal]] [[See your final metrics->XBABACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABBAAA]] b) [[Option B->XBABBAAB]] c) [[Option C->XBABBAAC]] [[See your final metrics -> XBABBAAFinal]] [[See your final metrics->XBABBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABBABA]] b) [[Option B->XBABBABB]] c) [[Option C->XBABBABC]] [[See your final metrics -> XBABBABFinal]] [[See your final metrics->XBABBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABBACA]] b) [[Option B->XBABBACB]] c) [[Option C->XBABBACC]] [[See your final metrics -> XBABBACFinal]] [[See your final metrics->XBABBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABBBAA]] b) [[Option B->XBABBBAB]] c) [[Option C->XBABBBAC]] [[See your final metrics -> XBABBBAFinal]] [[See your final metrics->XBABBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABBBBA]] b) [[Option B->XBABBBBB]] c) [[Option C->XBABBBBC]] [[See your final metrics -> XBABBBBFinal]] [[See your final metrics->XBABBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABBBCA]] b) [[Option B->XBABBBCB]] c) [[Option C->XBABBBCC]] [[See your final metrics -> XBABBBCFinal]] [[See your final metrics->XBABBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABBCAA]] b) [[Option B->XBABBCAB]] c) [[Option C->XBABBCAC]] [[See your final metrics -> XBABBCAFinal]] [[See your final metrics->XBABBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABBCBA]] b) [[Option B->XBABBCBB]] c) [[Option C->XBABBCBC]] [[See your final metrics -> XBABBCBFinal]] [[See your final metrics->XBABBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABBCCA]] b) [[Option B->XBABBCCB]] c) [[Option C->XBABBCCC]] [[See your final metrics -> XBABBCCFinal]] [[See your final metrics->XBABBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABCAAA]] b) [[Option B->XBABCAAB]] c) [[Option C->XBABCAAC]] [[See your final metrics -> XBABCAAFinal]] [[See your final metrics->XBABCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABCABA]] b) [[Option B->XBABCABB]] c) [[Option C->XBABCABC]] [[See your final metrics -> XBABCABFinal]] [[See your final metrics->XBABCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABCACA]] b) [[Option B->XBABCACB]] c) [[Option C->XBABCACC]] [[See your final metrics -> XBABCACFinal]] [[See your final metrics->XBABCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABCBAA]] b) [[Option B->XBABCBAB]] c) [[Option C->XBABCBAC]] [[See your final metrics -> XBABCBAFinal]] [[See your final metrics->XBABCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABCBBA]] b) [[Option B->XBABCBBB]] c) [[Option C->XBABCBBC]] [[See your final metrics -> XBABCBBFinal]] [[See your final metrics->XBABCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABCBCA]] b) [[Option B->XBABCBCB]] c) [[Option C->XBABCBCC]] [[See your final metrics -> XBABCBCFinal]] [[See your final metrics->XBABCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABCCAA]] b) [[Option B->XBABCCAB]] c) [[Option C->XBABCCAC]] [[See your final metrics -> XBABCCAFinal]] [[See your final metrics->XBABCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABCCBA]] b) [[Option B->XBABCCBB]] c) [[Option C->XBABCCBC]] [[See your final metrics -> XBABCCBFinal]] [[See your final metrics->XBABCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBABCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBABCCCA]] b) [[Option B->XBABCCCB]] c) [[Option C->XBABCCCC]] [[See your final metrics -> XBABCCCFinal]] [[See your final metrics->XBABCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACAAAA]] b) [[Option B->XBACAAAB]] c) [[Option C->XBACAAAC]] [[See your final metrics -> XBACAAAFinal]] [[See your final metrics->XBACAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACAABA]] b) [[Option B->XBACAABB]] c) [[Option C->XBACAABC]] [[See your final metrics -> XBACAABFinal]] [[See your final metrics->XBACAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACAACA]] b) [[Option B->XBACAACB]] c) [[Option C->XBACAACC]] [[See your final metrics -> XBACAACFinal]] [[See your final metrics->XBACAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACABAA]] b) [[Option B->XBACABAB]] c) [[Option C->XBACABAC]] [[See your final metrics -> XBACABAFinal]] [[See your final metrics->XBACABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACABBA]] b) [[Option B->XBACABBB]] c) [[Option C->XBACABBC]] [[See your final metrics -> XBACABBFinal]] [[See your final metrics->XBACABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACABCA]] b) [[Option B->XBACABCB]] c) [[Option C->XBACABCC]] [[See your final metrics -> XBACABCFinal]] [[See your final metrics->XBACABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACACAA]] b) [[Option B->XBACACAB]] c) [[Option C->XBACACAC]] [[See your final metrics -> XBACACAFinal]] [[See your final metrics->XBACACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACACBA]] b) [[Option B->XBACACBB]] c) [[Option C->XBACACBC]] [[See your final metrics -> XBACACBFinal]] [[See your final metrics->XBACACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACACCA]] b) [[Option B->XBACACCB]] c) [[Option C->XBACACCC]] [[See your final metrics -> XBACACCFinal]] [[See your final metrics->XBACACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACBAAA]] b) [[Option B->XBACBAAB]] c) [[Option C->XBACBAAC]] [[See your final metrics -> XBACBAAFinal]] [[See your final metrics->XBACBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACBABA]] b) [[Option B->XBACBABB]] c) [[Option C->XBACBABC]] [[See your final metrics -> XBACBABFinal]] [[See your final metrics->XBACBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACBACA]] b) [[Option B->XBACBACB]] c) [[Option C->XBACBACC]] [[See your final metrics -> XBACBACFinal]] [[See your final metrics->XBACBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACBBAA]] b) [[Option B->XBACBBAB]] c) [[Option C->XBACBBAC]] [[See your final metrics -> XBACBBAFinal]] [[See your final metrics->XBACBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACBBBA]] b) [[Option B->XBACBBBB]] c) [[Option C->XBACBBBC]] [[See your final metrics -> XBACBBBFinal]] [[See your final metrics->XBACBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACBBCA]] b) [[Option B->XBACBBCB]] c) [[Option C->XBACBBCC]] [[See your final metrics -> XBACBBCFinal]] [[See your final metrics->XBACBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACBCAA]] b) [[Option B->XBACBCAB]] c) [[Option C->XBACBCAC]] [[See your final metrics -> XBACBCAFinal]] [[See your final metrics->XBACBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACBCBA]] b) [[Option B->XBACBCBB]] c) [[Option C->XBACBCBC]] [[See your final metrics -> XBACBCBFinal]] [[See your final metrics->XBACBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACBCCA]] b) [[Option B->XBACBCCB]] c) [[Option C->XBACBCCC]] [[See your final metrics -> XBACBCCFinal]] [[See your final metrics->XBACBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACCAAA]] b) [[Option B->XBACCAAB]] c) [[Option C->XBACCAAC]] [[See your final metrics -> XBACCAAFinal]] [[See your final metrics->XBACCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACCABA]] b) [[Option B->XBACCABB]] c) [[Option C->XBACCABC]] [[See your final metrics -> XBACCABFinal]] [[See your final metrics->XBACCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACCACA]] b) [[Option B->XBACCACB]] c) [[Option C->XBACCACC]] [[See your final metrics -> XBACCACFinal]] [[See your final metrics->XBACCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACCBAA]] b) [[Option B->XBACCBAB]] c) [[Option C->XBACCBAC]] [[See your final metrics -> XBACCBAFinal]] [[See your final metrics->XBACCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACCBBA]] b) [[Option B->XBACCBBB]] c) [[Option C->XBACCBBC]] [[See your final metrics -> XBACCBBFinal]] [[See your final metrics->XBACCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACCBCA]] b) [[Option B->XBACCBCB]] c) [[Option C->XBACCBCC]] [[See your final metrics -> XBACCBCFinal]] [[See your final metrics->XBACCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACCCAA]] b) [[Option B->XBACCCAB]] c) [[Option C->XBACCCAC]] [[See your final metrics -> XBACCCAFinal]] [[See your final metrics->XBACCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACCCBA]] b) [[Option B->XBACCCBB]] c) [[Option C->XBACCCBC]] [[See your final metrics -> XBACCCBFinal]] [[See your final metrics->XBACCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBACCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBACCCCA]] b) [[Option B->XBACCCCB]] c) [[Option C->XBACCCCC]] [[See your final metrics -> XBACCCCFinal]] [[See your final metrics->XBACCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBAAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBAAAAA]] b) [[Option B->XBBAAAAB]] c) [[Option C->XBBAAAAC]] [[See your final metrics -> XBBAAAAFinal]] [[See your final metrics->XBBAAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBAAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBAAABA]] b) [[Option B->XBBAAABB]] c) [[Option C->XBBAAABC]] [[See your final metrics -> XBBAAABFinal]] [[See your final metrics->XBBAAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBAAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBAAACA]] b) [[Option B->XBBAAACB]] c) [[Option C->XBBAAACC]] [[See your final metrics -> XBBAAACFinal]] [[See your final metrics->XBBAAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBAABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBAABAA]] b) [[Option B->XBBAABAB]] c) [[Option C->XBBAABAC]] [[See your final metrics -> XBBAABAFinal]] [[See your final metrics->XBBAABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBAABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBAABBA]] b) [[Option B->XBBAABBB]] c) [[Option C->XBBAABBC]] [[See your final metrics -> XBBAABBFinal]] [[See your final metrics->XBBAABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBAABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBAABCA]] b) [[Option B->XBBAABCB]] c) [[Option C->XBBAABCC]] [[See your final metrics -> XBBAABCFinal]] [[See your final metrics->XBBAABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBAACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBAACAA]] b) [[Option B->XBBAACAB]] c) [[Option C->XBBAACAC]] [[See your final metrics -> XBBAACAFinal]] [[See your final metrics->XBBAACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBAACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBAACBA]] b) [[Option B->XBBAACBB]] c) [[Option C->XBBAACBC]] [[See your final metrics -> XBBAACBFinal]] [[See your final metrics->XBBAACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBAACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBAACCA]] b) [[Option B->XBBAACCB]] c) [[Option C->XBBAACCC]] [[See your final metrics -> XBBAACCFinal]] [[See your final metrics->XBBAACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBABAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBABAAA]] b) [[Option B->XBBABAAB]] c) [[Option C->XBBABAAC]] [[See your final metrics -> XBBABAAFinal]] [[See your final metrics->XBBABAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBABAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBABABA]] b) [[Option B->XBBABABB]] c) [[Option C->XBBABABC]] [[See your final metrics -> XBBABABFinal]] [[See your final metrics->XBBABABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBABAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBABACA]] b) [[Option B->XBBABACB]] c) [[Option C->XBBABACC]] [[See your final metrics -> XBBABACFinal]] [[See your final metrics->XBBABACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBABBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBABBAA]] b) [[Option B->XBBABBAB]] c) [[Option C->XBBABBAC]] [[See your final metrics -> XBBABBAFinal]] [[See your final metrics->XBBABBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBABBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBABBBA]] b) [[Option B->XBBABBBB]] c) [[Option C->XBBABBBC]] [[See your final metrics -> XBBABBBFinal]] [[See your final metrics->XBBABBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBABBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBABBCA]] b) [[Option B->XBBABBCB]] c) [[Option C->XBBABBCC]] [[See your final metrics -> XBBABBCFinal]] [[See your final metrics->XBBABBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBABCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBABCAA]] b) [[Option B->XBBABCAB]] c) [[Option C->XBBABCAC]] [[See your final metrics -> XBBABCAFinal]] [[See your final metrics->XBBABCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBABCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBABCBA]] b) [[Option B->XBBABCBB]] c) [[Option C->XBBABCBC]] [[See your final metrics -> XBBABCBFinal]] [[See your final metrics->XBBABCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBABCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBABCCA]] b) [[Option B->XBBABCCB]] c) [[Option C->XBBABCCC]] [[See your final metrics -> XBBABCCFinal]] [[See your final metrics->XBBABCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBACAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBACAAA]] b) [[Option B->XBBACAAB]] c) [[Option C->XBBACAAC]] [[See your final metrics -> XBBACAAFinal]] [[See your final metrics->XBBACAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBACAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBACABA]] b) [[Option B->XBBACABB]] c) [[Option C->XBBACABC]] [[See your final metrics -> XBBACABFinal]] [[See your final metrics->XBBACABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBACAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBACACA]] b) [[Option B->XBBACACB]] c) [[Option C->XBBACACC]] [[See your final metrics -> XBBACACFinal]] [[See your final metrics->XBBACACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBACBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBACBAA]] b) [[Option B->XBBACBAB]] c) [[Option C->XBBACBAC]] [[See your final metrics -> XBBACBAFinal]] [[See your final metrics->XBBACBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBACBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBACBBA]] b) [[Option B->XBBACBBB]] c) [[Option C->XBBACBBC]] [[See your final metrics -> XBBACBBFinal]] [[See your final metrics->XBBACBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBACBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBACBCA]] b) [[Option B->XBBACBCB]] c) [[Option C->XBBACBCC]] [[See your final metrics -> XBBACBCFinal]] [[See your final metrics->XBBACBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBACCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBACCAA]] b) [[Option B->XBBACCAB]] c) [[Option C->XBBACCAC]] [[See your final metrics -> XBBACCAFinal]] [[See your final metrics->XBBACCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBACCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBACCBA]] b) [[Option B->XBBACCBB]] c) [[Option C->XBBACCBC]] [[See your final metrics -> XBBACCBFinal]] [[See your final metrics->XBBACCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBACCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBACCCA]] b) [[Option B->XBBACCCB]] c) [[Option C->XBBACCCC]] [[See your final metrics -> XBBACCCFinal]] [[See your final metrics->XBBACCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBAAAA]] b) [[Option B->XBBBAAAB]] c) [[Option C->XBBBAAAC]] [[See your final metrics -> XBBBAAAFinal]] [[See your final metrics->XBBBAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBAABA]] b) [[Option B->XBBBAABB]] c) [[Option C->XBBBAABC]] [[See your final metrics -> XBBBAABFinal]] [[See your final metrics->XBBBAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBAACA]] b) [[Option B->XBBBAACB]] c) [[Option C->XBBBAACC]] [[See your final metrics -> XBBBAACFinal]] [[See your final metrics->XBBBAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBABAA]] b) [[Option B->XBBBABAB]] c) [[Option C->XBBBABAC]] [[See your final metrics -> XBBBABAFinal]] [[See your final metrics->XBBBABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBABBA]] b) [[Option B->XBBBABBB]] c) [[Option C->XBBBABBC]] [[See your final metrics -> XBBBABBFinal]] [[See your final metrics->XBBBABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBABCA]] b) [[Option B->XBBBABCB]] c) [[Option C->XBBBABCC]] [[See your final metrics -> XBBBABCFinal]] [[See your final metrics->XBBBABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBACAA]] b) [[Option B->XBBBACAB]] c) [[Option C->XBBBACAC]] [[See your final metrics -> XBBBACAFinal]] [[See your final metrics->XBBBACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBACBA]] b) [[Option B->XBBBACBB]] c) [[Option C->XBBBACBC]] [[See your final metrics -> XBBBACBFinal]] [[See your final metrics->XBBBACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBACCA]] b) [[Option B->XBBBACCB]] c) [[Option C->XBBBACCC]] [[See your final metrics -> XBBBACCFinal]] [[See your final metrics->XBBBACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBBAAA]] b) [[Option B->XBBBBAAB]] c) [[Option C->XBBBBAAC]] [[See your final metrics -> XBBBBAAFinal]] [[See your final metrics->XBBBBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBBABA]] b) [[Option B->XBBBBABB]] c) [[Option C->XBBBBABC]] [[See your final metrics -> XBBBBABFinal]] [[See your final metrics->XBBBBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBBACA]] b) [[Option B->XBBBBACB]] c) [[Option C->XBBBBACC]] [[See your final metrics -> XBBBBACFinal]] [[See your final metrics->XBBBBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBBBAA]] b) [[Option B->XBBBBBAB]] c) [[Option C->XBBBBBAC]] [[See your final metrics -> XBBBBBAFinal]] [[See your final metrics->XBBBBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBBBBA]] b) [[Option B->XBBBBBBB]] c) [[Option C->XBBBBBBC]] [[See your final metrics -> XBBBBBBFinal]] [[See your final metrics->XBBBBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBBBCA]] b) [[Option B->XBBBBBCB]] c) [[Option C->XBBBBBCC]] [[See your final metrics -> XBBBBBCFinal]] [[See your final metrics->XBBBBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBBCAA]] b) [[Option B->XBBBBCAB]] c) [[Option C->XBBBBCAC]] [[See your final metrics -> XBBBBCAFinal]] [[See your final metrics->XBBBBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBBCBA]] b) [[Option B->XBBBBCBB]] c) [[Option C->XBBBBCBC]] [[See your final metrics -> XBBBBCBFinal]] [[See your final metrics->XBBBBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBBCCA]] b) [[Option B->XBBBBCCB]] c) [[Option C->XBBBBCCC]] [[See your final metrics -> XBBBBCCFinal]] [[See your final metrics->XBBBBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBCAAA]] b) [[Option B->XBBBCAAB]] c) [[Option C->XBBBCAAC]] [[See your final metrics -> XBBBCAAFinal]] [[See your final metrics->XBBBCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBCABA]] b) [[Option B->XBBBCABB]] c) [[Option C->XBBBCABC]] [[See your final metrics -> XBBBCABFinal]] [[See your final metrics->XBBBCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBCACA]] b) [[Option B->XBBBCACB]] c) [[Option C->XBBBCACC]] [[See your final metrics -> XBBBCACFinal]] [[See your final metrics->XBBBCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBCBAA]] b) [[Option B->XBBBCBAB]] c) [[Option C->XBBBCBAC]] [[See your final metrics -> XBBBCBAFinal]] [[See your final metrics->XBBBCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBCBBA]] b) [[Option B->XBBBCBBB]] c) [[Option C->XBBBCBBC]] [[See your final metrics -> XBBBCBBFinal]] [[See your final metrics->XBBBCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBCBCA]] b) [[Option B->XBBBCBCB]] c) [[Option C->XBBBCBCC]] [[See your final metrics -> XBBBCBCFinal]] [[See your final metrics->XBBBCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBCCAA]] b) [[Option B->XBBBCCAB]] c) [[Option C->XBBBCCAC]] [[See your final metrics -> XBBBCCAFinal]] [[See your final metrics->XBBBCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBCCBA]] b) [[Option B->XBBBCCBB]] c) [[Option C->XBBBCCBC]] [[See your final metrics -> XBBBCCBFinal]] [[See your final metrics->XBBBCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBBCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBBCCCA]] b) [[Option B->XBBBCCCB]] c) [[Option C->XBBBCCCC]] [[See your final metrics -> XBBBCCCFinal]] [[See your final metrics->XBBBCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCAAAA]] b) [[Option B->XBBCAAAB]] c) [[Option C->XBBCAAAC]] [[See your final metrics -> XBBCAAAFinal]] [[See your final metrics->XBBCAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCAABA]] b) [[Option B->XBBCAABB]] c) [[Option C->XBBCAABC]] [[See your final metrics -> XBBCAABFinal]] [[See your final metrics->XBBCAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCAACA]] b) [[Option B->XBBCAACB]] c) [[Option C->XBBCAACC]] [[See your final metrics -> XBBCAACFinal]] [[See your final metrics->XBBCAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCABAA]] b) [[Option B->XBBCABAB]] c) [[Option C->XBBCABAC]] [[See your final metrics -> XBBCABAFinal]] [[See your final metrics->XBBCABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCABBA]] b) [[Option B->XBBCABBB]] c) [[Option C->XBBCABBC]] [[See your final metrics -> XBBCABBFinal]] [[See your final metrics->XBBCABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCABCA]] b) [[Option B->XBBCABCB]] c) [[Option C->XBBCABCC]] [[See your final metrics -> XBBCABCFinal]] [[See your final metrics->XBBCABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCACAA]] b) [[Option B->XBBCACAB]] c) [[Option C->XBBCACAC]] [[See your final metrics -> XBBCACAFinal]] [[See your final metrics->XBBCACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCACBA]] b) [[Option B->XBBCACBB]] c) [[Option C->XBBCACBC]] [[See your final metrics -> XBBCACBFinal]] [[See your final metrics->XBBCACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCACCA]] b) [[Option B->XBBCACCB]] c) [[Option C->XBBCACCC]] [[See your final metrics -> XBBCACCFinal]] [[See your final metrics->XBBCACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCBAAA]] b) [[Option B->XBBCBAAB]] c) [[Option C->XBBCBAAC]] [[See your final metrics -> XBBCBAAFinal]] [[See your final metrics->XBBCBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCBABA]] b) [[Option B->XBBCBABB]] c) [[Option C->XBBCBABC]] [[See your final metrics -> XBBCBABFinal]] [[See your final metrics->XBBCBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCBACA]] b) [[Option B->XBBCBACB]] c) [[Option C->XBBCBACC]] [[See your final metrics -> XBBCBACFinal]] [[See your final metrics->XBBCBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCBBAA]] b) [[Option B->XBBCBBAB]] c) [[Option C->XBBCBBAC]] [[See your final metrics -> XBBCBBAFinal]] [[See your final metrics->XBBCBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCBBBA]] b) [[Option B->XBBCBBBB]] c) [[Option C->XBBCBBBC]] [[See your final metrics -> XBBCBBBFinal]] [[See your final metrics->XBBCBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCBBCA]] b) [[Option B->XBBCBBCB]] c) [[Option C->XBBCBBCC]] [[See your final metrics -> XBBCBBCFinal]] [[See your final metrics->XBBCBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCBCAA]] b) [[Option B->XBBCBCAB]] c) [[Option C->XBBCBCAC]] [[See your final metrics -> XBBCBCAFinal]] [[See your final metrics->XBBCBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCBCBA]] b) [[Option B->XBBCBCBB]] c) [[Option C->XBBCBCBC]] [[See your final metrics -> XBBCBCBFinal]] [[See your final metrics->XBBCBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCBCCA]] b) [[Option B->XBBCBCCB]] c) [[Option C->XBBCBCCC]] [[See your final metrics -> XBBCBCCFinal]] [[See your final metrics->XBBCBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCCAAA]] b) [[Option B->XBBCCAAB]] c) [[Option C->XBBCCAAC]] [[See your final metrics -> XBBCCAAFinal]] [[See your final metrics->XBBCCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCCABA]] b) [[Option B->XBBCCABB]] c) [[Option C->XBBCCABC]] [[See your final metrics -> XBBCCABFinal]] [[See your final metrics->XBBCCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCCACA]] b) [[Option B->XBBCCACB]] c) [[Option C->XBBCCACC]] [[See your final metrics -> XBBCCACFinal]] [[See your final metrics->XBBCCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCCBAA]] b) [[Option B->XBBCCBAB]] c) [[Option C->XBBCCBAC]] [[See your final metrics -> XBBCCBAFinal]] [[See your final metrics->XBBCCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCCBBA]] b) [[Option B->XBBCCBBB]] c) [[Option C->XBBCCBBC]] [[See your final metrics -> XBBCCBBFinal]] [[See your final metrics->XBBCCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCCBCA]] b) [[Option B->XBBCCBCB]] c) [[Option C->XBBCCBCC]] [[See your final metrics -> XBBCCBCFinal]] [[See your final metrics->XBBCCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCCCAA]] b) [[Option B->XBBCCCAB]] c) [[Option C->XBBCCCAC]] [[See your final metrics -> XBBCCCAFinal]] [[See your final metrics->XBBCCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCCCBA]] b) [[Option B->XBBCCCBB]] c) [[Option C->XBBCCCBC]] [[See your final metrics -> XBBCCCBFinal]] [[See your final metrics->XBBCCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBBCCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBBCCCCA]] b) [[Option B->XBBCCCCB]] c) [[Option C->XBBCCCCC]] [[See your final metrics -> XBBCCCCFinal]] [[See your final metrics->XBBCCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCAAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCAAAAA]] b) [[Option B->XBCAAAAB]] c) [[Option C->XBCAAAAC]] [[See your final metrics -> XBCAAAAFinal]] [[See your final metrics->XBCAAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCAAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCAAABA]] b) [[Option B->XBCAAABB]] c) [[Option C->XBCAAABC]] [[See your final metrics -> XBCAAABFinal]] [[See your final metrics->XBCAAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCAAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCAAACA]] b) [[Option B->XBCAAACB]] c) [[Option C->XBCAAACC]] [[See your final metrics -> XBCAAACFinal]] [[See your final metrics->XBCAAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCAABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCAABAA]] b) [[Option B->XBCAABAB]] c) [[Option C->XBCAABAC]] [[See your final metrics -> XBCAABAFinal]] [[See your final metrics->XBCAABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCAABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCAABBA]] b) [[Option B->XBCAABBB]] c) [[Option C->XBCAABBC]] [[See your final metrics -> XBCAABBFinal]] [[See your final metrics->XBCAABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCAABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCAABCA]] b) [[Option B->XBCAABCB]] c) [[Option C->XBCAABCC]] [[See your final metrics -> XBCAABCFinal]] [[See your final metrics->XBCAABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCAACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCAACAA]] b) [[Option B->XBCAACAB]] c) [[Option C->XBCAACAC]] [[See your final metrics -> XBCAACAFinal]] [[See your final metrics->XBCAACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCAACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCAACBA]] b) [[Option B->XBCAACBB]] c) [[Option C->XBCAACBC]] [[See your final metrics -> XBCAACBFinal]] [[See your final metrics->XBCAACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCAACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCAACCA]] b) [[Option B->XBCAACCB]] c) [[Option C->XBCAACCC]] [[See your final metrics -> XBCAACCFinal]] [[See your final metrics->XBCAACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCABAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCABAAA]] b) [[Option B->XBCABAAB]] c) [[Option C->XBCABAAC]] [[See your final metrics -> XBCABAAFinal]] [[See your final metrics->XBCABAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCABAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCABABA]] b) [[Option B->XBCABABB]] c) [[Option C->XBCABABC]] [[See your final metrics -> XBCABABFinal]] [[See your final metrics->XBCABABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCABAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCABACA]] b) [[Option B->XBCABACB]] c) [[Option C->XBCABACC]] [[See your final metrics -> XBCABACFinal]] [[See your final metrics->XBCABACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCABBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCABBAA]] b) [[Option B->XBCABBAB]] c) [[Option C->XBCABBAC]] [[See your final metrics -> XBCABBAFinal]] [[See your final metrics->XBCABBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCABBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCABBBA]] b) [[Option B->XBCABBBB]] c) [[Option C->XBCABBBC]] [[See your final metrics -> XBCABBBFinal]] [[See your final metrics->XBCABBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCABBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCABBCA]] b) [[Option B->XBCABBCB]] c) [[Option C->XBCABBCC]] [[See your final metrics -> XBCABBCFinal]] [[See your final metrics->XBCABBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCABCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCABCAA]] b) [[Option B->XBCABCAB]] c) [[Option C->XBCABCAC]] [[See your final metrics -> XBCABCAFinal]] [[See your final metrics->XBCABCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCABCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCABCBA]] b) [[Option B->XBCABCBB]] c) [[Option C->XBCABCBC]] [[See your final metrics -> XBCABCBFinal]] [[See your final metrics->XBCABCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCABCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCABCCA]] b) [[Option B->XBCABCCB]] c) [[Option C->XBCABCCC]] [[See your final metrics -> XBCABCCFinal]] [[See your final metrics->XBCABCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCACAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCACAAA]] b) [[Option B->XBCACAAB]] c) [[Option C->XBCACAAC]] [[See your final metrics -> XBCACAAFinal]] [[See your final metrics->XBCACAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCACAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCACABA]] b) [[Option B->XBCACABB]] c) [[Option C->XBCACABC]] [[See your final metrics -> XBCACABFinal]] [[See your final metrics->XBCACABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCACAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCACACA]] b) [[Option B->XBCACACB]] c) [[Option C->XBCACACC]] [[See your final metrics -> XBCACACFinal]] [[See your final metrics->XBCACACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCACBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCACBAA]] b) [[Option B->XBCACBAB]] c) [[Option C->XBCACBAC]] [[See your final metrics -> XBCACBAFinal]] [[See your final metrics->XBCACBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCACBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCACBBA]] b) [[Option B->XBCACBBB]] c) [[Option C->XBCACBBC]] [[See your final metrics -> XBCACBBFinal]] [[See your final metrics->XBCACBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCACBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCACBCA]] b) [[Option B->XBCACBCB]] c) [[Option C->XBCACBCC]] [[See your final metrics -> XBCACBCFinal]] [[See your final metrics->XBCACBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCACCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCACCAA]] b) [[Option B->XBCACCAB]] c) [[Option C->XBCACCAC]] [[See your final metrics -> XBCACCAFinal]] [[See your final metrics->XBCACCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCACCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCACCBA]] b) [[Option B->XBCACCBB]] c) [[Option C->XBCACCBC]] [[See your final metrics -> XBCACCBFinal]] [[See your final metrics->XBCACCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCACCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCACCCA]] b) [[Option B->XBCACCCB]] c) [[Option C->XBCACCCC]] [[See your final metrics -> XBCACCCFinal]] [[See your final metrics->XBCACCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBAAAA]] b) [[Option B->XBCBAAAB]] c) [[Option C->XBCBAAAC]] [[See your final metrics -> XBCBAAAFinal]] [[See your final metrics->XBCBAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBAABA]] b) [[Option B->XBCBAABB]] c) [[Option C->XBCBAABC]] [[See your final metrics -> XBCBAABFinal]] [[See your final metrics->XBCBAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBAACA]] b) [[Option B->XBCBAACB]] c) [[Option C->XBCBAACC]] [[See your final metrics -> XBCBAACFinal]] [[See your final metrics->XBCBAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBABAA]] b) [[Option B->XBCBABAB]] c) [[Option C->XBCBABAC]] [[See your final metrics -> XBCBABAFinal]] [[See your final metrics->XBCBABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBABBA]] b) [[Option B->XBCBABBB]] c) [[Option C->XBCBABBC]] [[See your final metrics -> XBCBABBFinal]] [[See your final metrics->XBCBABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBABCA]] b) [[Option B->XBCBABCB]] c) [[Option C->XBCBABCC]] [[See your final metrics -> XBCBABCFinal]] [[See your final metrics->XBCBABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBACAA]] b) [[Option B->XBCBACAB]] c) [[Option C->XBCBACAC]] [[See your final metrics -> XBCBACAFinal]] [[See your final metrics->XBCBACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBACBA]] b) [[Option B->XBCBACBB]] c) [[Option C->XBCBACBC]] [[See your final metrics -> XBCBACBFinal]] [[See your final metrics->XBCBACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBACCA]] b) [[Option B->XBCBACCB]] c) [[Option C->XBCBACCC]] [[See your final metrics -> XBCBACCFinal]] [[See your final metrics->XBCBACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBBAAA]] b) [[Option B->XBCBBAAB]] c) [[Option C->XBCBBAAC]] [[See your final metrics -> XBCBBAAFinal]] [[See your final metrics->XBCBBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBBABA]] b) [[Option B->XBCBBABB]] c) [[Option C->XBCBBABC]] [[See your final metrics -> XBCBBABFinal]] [[See your final metrics->XBCBBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBBACA]] b) [[Option B->XBCBBACB]] c) [[Option C->XBCBBACC]] [[See your final metrics -> XBCBBACFinal]] [[See your final metrics->XBCBBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBBBAA]] b) [[Option B->XBCBBBAB]] c) [[Option C->XBCBBBAC]] [[See your final metrics -> XBCBBBAFinal]] [[See your final metrics->XBCBBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBBBBA]] b) [[Option B->XBCBBBBB]] c) [[Option C->XBCBBBBC]] [[See your final metrics -> XBCBBBBFinal]] [[See your final metrics->XBCBBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBBBCA]] b) [[Option B->XBCBBBCB]] c) [[Option C->XBCBBBCC]] [[See your final metrics -> XBCBBBCFinal]] [[See your final metrics->XBCBBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBBCAA]] b) [[Option B->XBCBBCAB]] c) [[Option C->XBCBBCAC]] [[See your final metrics -> XBCBBCAFinal]] [[See your final metrics->XBCBBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBBCBA]] b) [[Option B->XBCBBCBB]] c) [[Option C->XBCBBCBC]] [[See your final metrics -> XBCBBCBFinal]] [[See your final metrics->XBCBBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBBCCA]] b) [[Option B->XBCBBCCB]] c) [[Option C->XBCBBCCC]] [[See your final metrics -> XBCBBCCFinal]] [[See your final metrics->XBCBBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBCAAA]] b) [[Option B->XBCBCAAB]] c) [[Option C->XBCBCAAC]] [[See your final metrics -> XBCBCAAFinal]] [[See your final metrics->XBCBCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBCABA]] b) [[Option B->XBCBCABB]] c) [[Option C->XBCBCABC]] [[See your final metrics -> XBCBCABFinal]] [[See your final metrics->XBCBCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBCACA]] b) [[Option B->XBCBCACB]] c) [[Option C->XBCBCACC]] [[See your final metrics -> XBCBCACFinal]] [[See your final metrics->XBCBCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBCBAA]] b) [[Option B->XBCBCBAB]] c) [[Option C->XBCBCBAC]] [[See your final metrics -> XBCBCBAFinal]] [[See your final metrics->XBCBCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBCBBA]] b) [[Option B->XBCBCBBB]] c) [[Option C->XBCBCBBC]] [[See your final metrics -> XBCBCBBFinal]] [[See your final metrics->XBCBCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBCBCA]] b) [[Option B->XBCBCBCB]] c) [[Option C->XBCBCBCC]] [[See your final metrics -> XBCBCBCFinal]] [[See your final metrics->XBCBCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBCCAA]] b) [[Option B->XBCBCCAB]] c) [[Option C->XBCBCCAC]] [[See your final metrics -> XBCBCCAFinal]] [[See your final metrics->XBCBCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBCCBA]] b) [[Option B->XBCBCCBB]] c) [[Option C->XBCBCCBC]] [[See your final metrics -> XBCBCCBFinal]] [[See your final metrics->XBCBCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCBCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCBCCCA]] b) [[Option B->XBCBCCCB]] c) [[Option C->XBCBCCCC]] [[See your final metrics -> XBCBCCCFinal]] [[See your final metrics->XBCBCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCAAAA]] b) [[Option B->XBCCAAAB]] c) [[Option C->XBCCAAAC]] [[See your final metrics -> XBCCAAAFinal]] [[See your final metrics->XBCCAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCAABA]] b) [[Option B->XBCCAABB]] c) [[Option C->XBCCAABC]] [[See your final metrics -> XBCCAABFinal]] [[See your final metrics->XBCCAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCAACA]] b) [[Option B->XBCCAACB]] c) [[Option C->XBCCAACC]] [[See your final metrics -> XBCCAACFinal]] [[See your final metrics->XBCCAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCABAA]] b) [[Option B->XBCCABAB]] c) [[Option C->XBCCABAC]] [[See your final metrics -> XBCCABAFinal]] [[See your final metrics->XBCCABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCABBA]] b) [[Option B->XBCCABBB]] c) [[Option C->XBCCABBC]] [[See your final metrics -> XBCCABBFinal]] [[See your final metrics->XBCCABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCABCA]] b) [[Option B->XBCCABCB]] c) [[Option C->XBCCABCC]] [[See your final metrics -> XBCCABCFinal]] [[See your final metrics->XBCCABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCACAA]] b) [[Option B->XBCCACAB]] c) [[Option C->XBCCACAC]] [[See your final metrics -> XBCCACAFinal]] [[See your final metrics->XBCCACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCACBA]] b) [[Option B->XBCCACBB]] c) [[Option C->XBCCACBC]] [[See your final metrics -> XBCCACBFinal]] [[See your final metrics->XBCCACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCACCA]] b) [[Option B->XBCCACCB]] c) [[Option C->XBCCACCC]] [[See your final metrics -> XBCCACCFinal]] [[See your final metrics->XBCCACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCBAAA]] b) [[Option B->XBCCBAAB]] c) [[Option C->XBCCBAAC]] [[See your final metrics -> XBCCBAAFinal]] [[See your final metrics->XBCCBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCBABA]] b) [[Option B->XBCCBABB]] c) [[Option C->XBCCBABC]] [[See your final metrics -> XBCCBABFinal]] [[See your final metrics->XBCCBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCBACA]] b) [[Option B->XBCCBACB]] c) [[Option C->XBCCBACC]] [[See your final metrics -> XBCCBACFinal]] [[See your final metrics->XBCCBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCBBAA]] b) [[Option B->XBCCBBAB]] c) [[Option C->XBCCBBAC]] [[See your final metrics -> XBCCBBAFinal]] [[See your final metrics->XBCCBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCBBBA]] b) [[Option B->XBCCBBBB]] c) [[Option C->XBCCBBBC]] [[See your final metrics -> XBCCBBBFinal]] [[See your final metrics->XBCCBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCBBCA]] b) [[Option B->XBCCBBCB]] c) [[Option C->XBCCBBCC]] [[See your final metrics -> XBCCBBCFinal]] [[See your final metrics->XBCCBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCBCAA]] b) [[Option B->XBCCBCAB]] c) [[Option C->XBCCBCAC]] [[See your final metrics -> XBCCBCAFinal]] [[See your final metrics->XBCCBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCBCBA]] b) [[Option B->XBCCBCBB]] c) [[Option C->XBCCBCBC]] [[See your final metrics -> XBCCBCBFinal]] [[See your final metrics->XBCCBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCBCCA]] b) [[Option B->XBCCBCCB]] c) [[Option C->XBCCBCCC]] [[See your final metrics -> XBCCBCCFinal]] [[See your final metrics->XBCCBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCCAAA]] b) [[Option B->XBCCCAAB]] c) [[Option C->XBCCCAAC]] [[See your final metrics -> XBCCCAAFinal]] [[See your final metrics->XBCCCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCCABA]] b) [[Option B->XBCCCABB]] c) [[Option C->XBCCCABC]] [[See your final metrics -> XBCCCABFinal]] [[See your final metrics->XBCCCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCCACA]] b) [[Option B->XBCCCACB]] c) [[Option C->XBCCCACC]] [[See your final metrics -> XBCCCACFinal]] [[See your final metrics->XBCCCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCCBAA]] b) [[Option B->XBCCCBAB]] c) [[Option C->XBCCCBAC]] [[See your final metrics -> XBCCCBAFinal]] [[See your final metrics->XBCCCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCCBBA]] b) [[Option B->XBCCCBBB]] c) [[Option C->XBCCCBBC]] [[See your final metrics -> XBCCCBBFinal]] [[See your final metrics->XBCCCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCCBCA]] b) [[Option B->XBCCCBCB]] c) [[Option C->XBCCCBCC]] [[See your final metrics -> XBCCCBCFinal]] [[See your final metrics->XBCCCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCCCAA]] b) [[Option B->XBCCCCAB]] c) [[Option C->XBCCCCAC]] [[See your final metrics -> XBCCCCAFinal]] [[See your final metrics->XBCCCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCCCBA]] b) [[Option B->XBCCCCBB]] c) [[Option C->XBCCCCBC]] [[See your final metrics -> XBCCCCBFinal]] [[See your final metrics->XBCCCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XBCCCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XBCCCCCA]] b) [[Option B->XBCCCCCB]] c) [[Option C->XBCCCCCC]] [[See your final metrics -> XBCCCCCFinal]] [[See your final metrics->XBCCCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAAAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAAAAAA]] b) [[Option B->XCAAAAAB]] c) [[Option C->XCAAAAAC]] [[See your final metrics -> XCAAAAAFinal]] [[See your final metrics->XCAAAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAAAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAAAABA]] b) [[Option B->XCAAAABB]] c) [[Option C->XCAAAABC]] [[See your final metrics -> XCAAAABFinal]] [[See your final metrics->XCAAAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAAAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAAAACA]] b) [[Option B->XCAAAACB]] c) [[Option C->XCAAAACC]] [[See your final metrics -> XCAAAACFinal]] [[See your final metrics->XCAAAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAAABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAAABAA]] b) [[Option B->XCAAABAB]] c) [[Option C->XCAAABAC]] [[See your final metrics -> XCAAABAFinal]] [[See your final metrics->XCAAABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAAABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAAABBA]] b) [[Option B->XCAAABBB]] c) [[Option C->XCAAABBC]] [[See your final metrics -> XCAAABBFinal]] [[See your final metrics->XCAAABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAAABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAAABCA]] b) [[Option B->XCAAABCB]] c) [[Option C->XCAAABCC]] [[See your final metrics -> XCAAABCFinal]] [[See your final metrics->XCAAABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAAACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAAACAA]] b) [[Option B->XCAAACAB]] c) [[Option C->XCAAACAC]] [[See your final metrics -> XCAAACAFinal]] [[See your final metrics->XCAAACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAAACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAAACBA]] b) [[Option B->XCAAACBB]] c) [[Option C->XCAAACBC]] [[See your final metrics -> XCAAACBFinal]] [[See your final metrics->XCAAACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAAACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAAACCA]] b) [[Option B->XCAAACCB]] c) [[Option C->XCAAACCC]] [[See your final metrics -> XCAAACCFinal]] [[See your final metrics->XCAAACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAABAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAABAAA]] b) [[Option B->XCAABAAB]] c) [[Option C->XCAABAAC]] [[See your final metrics -> XCAABAAFinal]] [[See your final metrics->XCAABAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAABAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAABABA]] b) [[Option B->XCAABABB]] c) [[Option C->XCAABABC]] [[See your final metrics -> XCAABABFinal]] [[See your final metrics->XCAABABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAABAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAABACA]] b) [[Option B->XCAABACB]] c) [[Option C->XCAABACC]] [[See your final metrics -> XCAABACFinal]] [[See your final metrics->XCAABACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAABBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAABBAA]] b) [[Option B->XCAABBAB]] c) [[Option C->XCAABBAC]] [[See your final metrics -> XCAABBAFinal]] [[See your final metrics->XCAABBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAABBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAABBBA]] b) [[Option B->XCAABBBB]] c) [[Option C->XCAABBBC]] [[See your final metrics -> XCAABBBFinal]] [[See your final metrics->XCAABBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAABBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAABBCA]] b) [[Option B->XCAABBCB]] c) [[Option C->XCAABBCC]] [[See your final metrics -> XCAABBCFinal]] [[See your final metrics->XCAABBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAABCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAABCAA]] b) [[Option B->XCAABCAB]] c) [[Option C->XCAABCAC]] [[See your final metrics -> XCAABCAFinal]] [[See your final metrics->XCAABCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAABCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAABCBA]] b) [[Option B->XCAABCBB]] c) [[Option C->XCAABCBC]] [[See your final metrics -> XCAABCBFinal]] [[See your final metrics->XCAABCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAABCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAABCCA]] b) [[Option B->XCAABCCB]] c) [[Option C->XCAABCCC]] [[See your final metrics -> XCAABCCFinal]] [[See your final metrics->XCAABCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAACAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAACAAA]] b) [[Option B->XCAACAAB]] c) [[Option C->XCAACAAC]] [[See your final metrics -> XCAACAAFinal]] [[See your final metrics->XCAACAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAACAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAACABA]] b) [[Option B->XCAACABB]] c) [[Option C->XCAACABC]] [[See your final metrics -> XCAACABFinal]] [[See your final metrics->XCAACABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAACAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAACACA]] b) [[Option B->XCAACACB]] c) [[Option C->XCAACACC]] [[See your final metrics -> XCAACACFinal]] [[See your final metrics->XCAACACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAACBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAACBAA]] b) [[Option B->XCAACBAB]] c) [[Option C->XCAACBAC]] [[See your final metrics -> XCAACBAFinal]] [[See your final metrics->XCAACBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAACBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAACBBA]] b) [[Option B->XCAACBBB]] c) [[Option C->XCAACBBC]] [[See your final metrics -> XCAACBBFinal]] [[See your final metrics->XCAACBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAACBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAACBCA]] b) [[Option B->XCAACBCB]] c) [[Option C->XCAACBCC]] [[See your final metrics -> XCAACBCFinal]] [[See your final metrics->XCAACBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAACCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAACCAA]] b) [[Option B->XCAACCAB]] c) [[Option C->XCAACCAC]] [[See your final metrics -> XCAACCAFinal]] [[See your final metrics->XCAACCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAACCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAACCBA]] b) [[Option B->XCAACCBB]] c) [[Option C->XCAACCBC]] [[See your final metrics -> XCAACCBFinal]] [[See your final metrics->XCAACCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCAACCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCAACCCA]] b) [[Option B->XCAACCCB]] c) [[Option C->XCAACCCC]] [[See your final metrics -> XCAACCCFinal]] [[See your final metrics->XCAACCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABAAAA]] b) [[Option B->XCABAAAB]] c) [[Option C->XCABAAAC]] [[See your final metrics -> XCABAAAFinal]] [[See your final metrics->XCABAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABAABA]] b) [[Option B->XCABAABB]] c) [[Option C->XCABAABC]] [[See your final metrics -> XCABAABFinal]] [[See your final metrics->XCABAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABAACA]] b) [[Option B->XCABAACB]] c) [[Option C->XCABAACC]] [[See your final metrics -> XCABAACFinal]] [[See your final metrics->XCABAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABABAA]] b) [[Option B->XCABABAB]] c) [[Option C->XCABABAC]] [[See your final metrics -> XCABABAFinal]] [[See your final metrics->XCABABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABABBA]] b) [[Option B->XCABABBB]] c) [[Option C->XCABABBC]] [[See your final metrics -> XCABABBFinal]] [[See your final metrics->XCABABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABABCA]] b) [[Option B->XCABABCB]] c) [[Option C->XCABABCC]] [[See your final metrics -> XCABABCFinal]] [[See your final metrics->XCABABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABACAA]] b) [[Option B->XCABACAB]] c) [[Option C->XCABACAC]] [[See your final metrics -> XCABACAFinal]] [[See your final metrics->XCABACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABACBA]] b) [[Option B->XCABACBB]] c) [[Option C->XCABACBC]] [[See your final metrics -> XCABACBFinal]] [[See your final metrics->XCABACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABACCA]] b) [[Option B->XCABACCB]] c) [[Option C->XCABACCC]] [[See your final metrics -> XCABACCFinal]] [[See your final metrics->XCABACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABBAAA]] b) [[Option B->XCABBAAB]] c) [[Option C->XCABBAAC]] [[See your final metrics -> XCABBAAFinal]] [[See your final metrics->XCABBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABBABA]] b) [[Option B->XCABBABB]] c) [[Option C->XCABBABC]] [[See your final metrics -> XCABBABFinal]] [[See your final metrics->XCABBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABBACA]] b) [[Option B->XCABBACB]] c) [[Option C->XCABBACC]] [[See your final metrics -> XCABBACFinal]] [[See your final metrics->XCABBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABBBAA]] b) [[Option B->XCABBBAB]] c) [[Option C->XCABBBAC]] [[See your final metrics -> XCABBBAFinal]] [[See your final metrics->XCABBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABBBBA]] b) [[Option B->XCABBBBB]] c) [[Option C->XCABBBBC]] [[See your final metrics -> XCABBBBFinal]] [[See your final metrics->XCABBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABBBCA]] b) [[Option B->XCABBBCB]] c) [[Option C->XCABBBCC]] [[See your final metrics -> XCABBBCFinal]] [[See your final metrics->XCABBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABBCAA]] b) [[Option B->XCABBCAB]] c) [[Option C->XCABBCAC]] [[See your final metrics -> XCABBCAFinal]] [[See your final metrics->XCABBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABBCBA]] b) [[Option B->XCABBCBB]] c) [[Option C->XCABBCBC]] [[See your final metrics -> XCABBCBFinal]] [[See your final metrics->XCABBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABBCCA]] b) [[Option B->XCABBCCB]] c) [[Option C->XCABBCCC]] [[See your final metrics -> XCABBCCFinal]] [[See your final metrics->XCABBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABCAAA]] b) [[Option B->XCABCAAB]] c) [[Option C->XCABCAAC]] [[See your final metrics -> XCABCAAFinal]] [[See your final metrics->XCABCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABCABA]] b) [[Option B->XCABCABB]] c) [[Option C->XCABCABC]] [[See your final metrics -> XCABCABFinal]] [[See your final metrics->XCABCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABCACA]] b) [[Option B->XCABCACB]] c) [[Option C->XCABCACC]] [[See your final metrics -> XCABCACFinal]] [[See your final metrics->XCABCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABCBAA]] b) [[Option B->XCABCBAB]] c) [[Option C->XCABCBAC]] [[See your final metrics -> XCABCBAFinal]] [[See your final metrics->XCABCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABCBBA]] b) [[Option B->XCABCBBB]] c) [[Option C->XCABCBBC]] [[See your final metrics -> XCABCBBFinal]] [[See your final metrics->XCABCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABCBCA]] b) [[Option B->XCABCBCB]] c) [[Option C->XCABCBCC]] [[See your final metrics -> XCABCBCFinal]] [[See your final metrics->XCABCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABCCAA]] b) [[Option B->XCABCCAB]] c) [[Option C->XCABCCAC]] [[See your final metrics -> XCABCCAFinal]] [[See your final metrics->XCABCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABCCBA]] b) [[Option B->XCABCCBB]] c) [[Option C->XCABCCBC]] [[See your final metrics -> XCABCCBFinal]] [[See your final metrics->XCABCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCABCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCABCCCA]] b) [[Option B->XCABCCCB]] c) [[Option C->XCABCCCC]] [[See your final metrics -> XCABCCCFinal]] [[See your final metrics->XCABCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACAAAA]] b) [[Option B->XCACAAAB]] c) [[Option C->XCACAAAC]] [[See your final metrics -> XCACAAAFinal]] [[See your final metrics->XCACAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACAABA]] b) [[Option B->XCACAABB]] c) [[Option C->XCACAABC]] [[See your final metrics -> XCACAABFinal]] [[See your final metrics->XCACAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACAACA]] b) [[Option B->XCACAACB]] c) [[Option C->XCACAACC]] [[See your final metrics -> XCACAACFinal]] [[See your final metrics->XCACAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACABAA]] b) [[Option B->XCACABAB]] c) [[Option C->XCACABAC]] [[See your final metrics -> XCACABAFinal]] [[See your final metrics->XCACABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACABBA]] b) [[Option B->XCACABBB]] c) [[Option C->XCACABBC]] [[See your final metrics -> XCACABBFinal]] [[See your final metrics->XCACABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACABCA]] b) [[Option B->XCACABCB]] c) [[Option C->XCACABCC]] [[See your final metrics -> XCACABCFinal]] [[See your final metrics->XCACABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACACAA]] b) [[Option B->XCACACAB]] c) [[Option C->XCACACAC]] [[See your final metrics -> XCACACAFinal]] [[See your final metrics->XCACACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACACBA]] b) [[Option B->XCACACBB]] c) [[Option C->XCACACBC]] [[See your final metrics -> XCACACBFinal]] [[See your final metrics->XCACACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACACCA]] b) [[Option B->XCACACCB]] c) [[Option C->XCACACCC]] [[See your final metrics -> XCACACCFinal]] [[See your final metrics->XCACACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACBAAA]] b) [[Option B->XCACBAAB]] c) [[Option C->XCACBAAC]] [[See your final metrics -> XCACBAAFinal]] [[See your final metrics->XCACBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACBABA]] b) [[Option B->XCACBABB]] c) [[Option C->XCACBABC]] [[See your final metrics -> XCACBABFinal]] [[See your final metrics->XCACBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACBACA]] b) [[Option B->XCACBACB]] c) [[Option C->XCACBACC]] [[See your final metrics -> XCACBACFinal]] [[See your final metrics->XCACBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACBBAA]] b) [[Option B->XCACBBAB]] c) [[Option C->XCACBBAC]] [[See your final metrics -> XCACBBAFinal]] [[See your final metrics->XCACBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACBBBA]] b) [[Option B->XCACBBBB]] c) [[Option C->XCACBBBC]] [[See your final metrics -> XCACBBBFinal]] [[See your final metrics->XCACBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACBBCA]] b) [[Option B->XCACBBCB]] c) [[Option C->XCACBBCC]] [[See your final metrics -> XCACBBCFinal]] [[See your final metrics->XCACBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACBCAA]] b) [[Option B->XCACBCAB]] c) [[Option C->XCACBCAC]] [[See your final metrics -> XCACBCAFinal]] [[See your final metrics->XCACBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACBCBA]] b) [[Option B->XCACBCBB]] c) [[Option C->XCACBCBC]] [[See your final metrics -> XCACBCBFinal]] [[See your final metrics->XCACBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACBCCA]] b) [[Option B->XCACBCCB]] c) [[Option C->XCACBCCC]] [[See your final metrics -> XCACBCCFinal]] [[See your final metrics->XCACBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACCAAA]] b) [[Option B->XCACCAAB]] c) [[Option C->XCACCAAC]] [[See your final metrics -> XCACCAAFinal]] [[See your final metrics->XCACCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACCABA]] b) [[Option B->XCACCABB]] c) [[Option C->XCACCABC]] [[See your final metrics -> XCACCABFinal]] [[See your final metrics->XCACCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACCACA]] b) [[Option B->XCACCACB]] c) [[Option C->XCACCACC]] [[See your final metrics -> XCACCACFinal]] [[See your final metrics->XCACCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACCBAA]] b) [[Option B->XCACCBAB]] c) [[Option C->XCACCBAC]] [[See your final metrics -> XCACCBAFinal]] [[See your final metrics->XCACCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACCBBA]] b) [[Option B->XCACCBBB]] c) [[Option C->XCACCBBC]] [[See your final metrics -> XCACCBBFinal]] [[See your final metrics->XCACCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACCBCA]] b) [[Option B->XCACCBCB]] c) [[Option C->XCACCBCC]] [[See your final metrics -> XCACCBCFinal]] [[See your final metrics->XCACCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACCCAA]] b) [[Option B->XCACCCAB]] c) [[Option C->XCACCCAC]] [[See your final metrics -> XCACCCAFinal]] [[See your final metrics->XCACCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACCCBA]] b) [[Option B->XCACCCBB]] c) [[Option C->XCACCCBC]] [[See your final metrics -> XCACCCBFinal]] [[See your final metrics->XCACCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCACCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCACCCCA]] b) [[Option B->XCACCCCB]] c) [[Option C->XCACCCCC]] [[See your final metrics -> XCACCCCFinal]] [[See your final metrics->XCACCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBAAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBAAAAA]] b) [[Option B->XCBAAAAB]] c) [[Option C->XCBAAAAC]] [[See your final metrics -> XCBAAAAFinal]] [[See your final metrics->XCBAAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBAAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBAAABA]] b) [[Option B->XCBAAABB]] c) [[Option C->XCBAAABC]] [[See your final metrics -> XCBAAABFinal]] [[See your final metrics->XCBAAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBAAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBAAACA]] b) [[Option B->XCBAAACB]] c) [[Option C->XCBAAACC]] [[See your final metrics -> XCBAAACFinal]] [[See your final metrics->XCBAAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBAABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBAABAA]] b) [[Option B->XCBAABAB]] c) [[Option C->XCBAABAC]] [[See your final metrics -> XCBAABAFinal]] [[See your final metrics->XCBAABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBAABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBAABBA]] b) [[Option B->XCBAABBB]] c) [[Option C->XCBAABBC]] [[See your final metrics -> XCBAABBFinal]] [[See your final metrics->XCBAABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBAABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBAABCA]] b) [[Option B->XCBAABCB]] c) [[Option C->XCBAABCC]] [[See your final metrics -> XCBAABCFinal]] [[See your final metrics->XCBAABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBAACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBAACAA]] b) [[Option B->XCBAACAB]] c) [[Option C->XCBAACAC]] [[See your final metrics -> XCBAACAFinal]] [[See your final metrics->XCBAACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBAACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBAACBA]] b) [[Option B->XCBAACBB]] c) [[Option C->XCBAACBC]] [[See your final metrics -> XCBAACBFinal]] [[See your final metrics->XCBAACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBAACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBAACCA]] b) [[Option B->XCBAACCB]] c) [[Option C->XCBAACCC]] [[See your final metrics -> XCBAACCFinal]] [[See your final metrics->XCBAACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBABAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBABAAA]] b) [[Option B->XCBABAAB]] c) [[Option C->XCBABAAC]] [[See your final metrics -> XCBABAAFinal]] [[See your final metrics->XCBABAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBABAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBABABA]] b) [[Option B->XCBABABB]] c) [[Option C->XCBABABC]] [[See your final metrics -> XCBABABFinal]] [[See your final metrics->XCBABABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBABAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBABACA]] b) [[Option B->XCBABACB]] c) [[Option C->XCBABACC]] [[See your final metrics -> XCBABACFinal]] [[See your final metrics->XCBABACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBABBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBABBAA]] b) [[Option B->XCBABBAB]] c) [[Option C->XCBABBAC]] [[See your final metrics -> XCBABBAFinal]] [[See your final metrics->XCBABBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBABBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBABBBA]] b) [[Option B->XCBABBBB]] c) [[Option C->XCBABBBC]] [[See your final metrics -> XCBABBBFinal]] [[See your final metrics->XCBABBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBABBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBABBCA]] b) [[Option B->XCBABBCB]] c) [[Option C->XCBABBCC]] [[See your final metrics -> XCBABBCFinal]] [[See your final metrics->XCBABBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBABCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBABCAA]] b) [[Option B->XCBABCAB]] c) [[Option C->XCBABCAC]] [[See your final metrics -> XCBABCAFinal]] [[See your final metrics->XCBABCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBABCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBABCBA]] b) [[Option B->XCBABCBB]] c) [[Option C->XCBABCBC]] [[See your final metrics -> XCBABCBFinal]] [[See your final metrics->XCBABCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBABCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBABCCA]] b) [[Option B->XCBABCCB]] c) [[Option C->XCBABCCC]] [[See your final metrics -> XCBABCCFinal]] [[See your final metrics->XCBABCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBACAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBACAAA]] b) [[Option B->XCBACAAB]] c) [[Option C->XCBACAAC]] [[See your final metrics -> XCBACAAFinal]] [[See your final metrics->XCBACAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBACAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBACABA]] b) [[Option B->XCBACABB]] c) [[Option C->XCBACABC]] [[See your final metrics -> XCBACABFinal]] [[See your final metrics->XCBACABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBACAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBACACA]] b) [[Option B->XCBACACB]] c) [[Option C->XCBACACC]] [[See your final metrics -> XCBACACFinal]] [[See your final metrics->XCBACACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBACBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBACBAA]] b) [[Option B->XCBACBAB]] c) [[Option C->XCBACBAC]] [[See your final metrics -> XCBACBAFinal]] [[See your final metrics->XCBACBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBACBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBACBBA]] b) [[Option B->XCBACBBB]] c) [[Option C->XCBACBBC]] [[See your final metrics -> XCBACBBFinal]] [[See your final metrics->XCBACBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBACBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBACBCA]] b) [[Option B->XCBACBCB]] c) [[Option C->XCBACBCC]] [[See your final metrics -> XCBACBCFinal]] [[See your final metrics->XCBACBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBACCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBACCAA]] b) [[Option B->XCBACCAB]] c) [[Option C->XCBACCAC]] [[See your final metrics -> XCBACCAFinal]] [[See your final metrics->XCBACCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBACCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBACCBA]] b) [[Option B->XCBACCBB]] c) [[Option C->XCBACCBC]] [[See your final metrics -> XCBACCBFinal]] [[See your final metrics->XCBACCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBACCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBACCCA]] b) [[Option B->XCBACCCB]] c) [[Option C->XCBACCCC]] [[See your final metrics -> XCBACCCFinal]] [[See your final metrics->XCBACCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBAAAA]] b) [[Option B->XCBBAAAB]] c) [[Option C->XCBBAAAC]] [[See your final metrics -> XCBBAAAFinal]] [[See your final metrics->XCBBAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBAABA]] b) [[Option B->XCBBAABB]] c) [[Option C->XCBBAABC]] [[See your final metrics -> XCBBAABFinal]] [[See your final metrics->XCBBAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBAACA]] b) [[Option B->XCBBAACB]] c) [[Option C->XCBBAACC]] [[See your final metrics -> XCBBAACFinal]] [[See your final metrics->XCBBAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBABAA]] b) [[Option B->XCBBABAB]] c) [[Option C->XCBBABAC]] [[See your final metrics -> XCBBABAFinal]] [[See your final metrics->XCBBABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBABBA]] b) [[Option B->XCBBABBB]] c) [[Option C->XCBBABBC]] [[See your final metrics -> XCBBABBFinal]] [[See your final metrics->XCBBABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBABCA]] b) [[Option B->XCBBABCB]] c) [[Option C->XCBBABCC]] [[See your final metrics -> XCBBABCFinal]] [[See your final metrics->XCBBABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBACAA]] b) [[Option B->XCBBACAB]] c) [[Option C->XCBBACAC]] [[See your final metrics -> XCBBACAFinal]] [[See your final metrics->XCBBACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBACBA]] b) [[Option B->XCBBACBB]] c) [[Option C->XCBBACBC]] [[See your final metrics -> XCBBACBFinal]] [[See your final metrics->XCBBACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBACCA]] b) [[Option B->XCBBACCB]] c) [[Option C->XCBBACCC]] [[See your final metrics -> XCBBACCFinal]] [[See your final metrics->XCBBACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBBAAA]] b) [[Option B->XCBBBAAB]] c) [[Option C->XCBBBAAC]] [[See your final metrics -> XCBBBAAFinal]] [[See your final metrics->XCBBBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBBABA]] b) [[Option B->XCBBBABB]] c) [[Option C->XCBBBABC]] [[See your final metrics -> XCBBBABFinal]] [[See your final metrics->XCBBBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBBACA]] b) [[Option B->XCBBBACB]] c) [[Option C->XCBBBACC]] [[See your final metrics -> XCBBBACFinal]] [[See your final metrics->XCBBBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBBBAA]] b) [[Option B->XCBBBBAB]] c) [[Option C->XCBBBBAC]] [[See your final metrics -> XCBBBBAFinal]] [[See your final metrics->XCBBBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBBBBA]] b) [[Option B->XCBBBBBB]] c) [[Option C->XCBBBBBC]] [[See your final metrics -> XCBBBBBFinal]] [[See your final metrics->XCBBBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBBBCA]] b) [[Option B->XCBBBBCB]] c) [[Option C->XCBBBBCC]] [[See your final metrics -> XCBBBBCFinal]] [[See your final metrics->XCBBBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBBCAA]] b) [[Option B->XCBBBCAB]] c) [[Option C->XCBBBCAC]] [[See your final metrics -> XCBBBCAFinal]] [[See your final metrics->XCBBBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBBCBA]] b) [[Option B->XCBBBCBB]] c) [[Option C->XCBBBCBC]] [[See your final metrics -> XCBBBCBFinal]] [[See your final metrics->XCBBBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBBCCA]] b) [[Option B->XCBBBCCB]] c) [[Option C->XCBBBCCC]] [[See your final metrics -> XCBBBCCFinal]] [[See your final metrics->XCBBBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBCAAA]] b) [[Option B->XCBBCAAB]] c) [[Option C->XCBBCAAC]] [[See your final metrics -> XCBBCAAFinal]] [[See your final metrics->XCBBCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBCABA]] b) [[Option B->XCBBCABB]] c) [[Option C->XCBBCABC]] [[See your final metrics -> XCBBCABFinal]] [[See your final metrics->XCBBCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBCACA]] b) [[Option B->XCBBCACB]] c) [[Option C->XCBBCACC]] [[See your final metrics -> XCBBCACFinal]] [[See your final metrics->XCBBCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBCBAA]] b) [[Option B->XCBBCBAB]] c) [[Option C->XCBBCBAC]] [[See your final metrics -> XCBBCBAFinal]] [[See your final metrics->XCBBCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBCBBA]] b) [[Option B->XCBBCBBB]] c) [[Option C->XCBBCBBC]] [[See your final metrics -> XCBBCBBFinal]] [[See your final metrics->XCBBCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBCBCA]] b) [[Option B->XCBBCBCB]] c) [[Option C->XCBBCBCC]] [[See your final metrics -> XCBBCBCFinal]] [[See your final metrics->XCBBCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBCCAA]] b) [[Option B->XCBBCCAB]] c) [[Option C->XCBBCCAC]] [[See your final metrics -> XCBBCCAFinal]] [[See your final metrics->XCBBCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBCCBA]] b) [[Option B->XCBBCCBB]] c) [[Option C->XCBBCCBC]] [[See your final metrics -> XCBBCCBFinal]] [[See your final metrics->XCBBCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBBCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBBCCCA]] b) [[Option B->XCBBCCCB]] c) [[Option C->XCBBCCCC]] [[See your final metrics -> XCBBCCCFinal]] [[See your final metrics->XCBBCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCAAAA]] b) [[Option B->XCBCAAAB]] c) [[Option C->XCBCAAAC]] [[See your final metrics -> XCBCAAAFinal]] [[See your final metrics->XCBCAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCAABA]] b) [[Option B->XCBCAABB]] c) [[Option C->XCBCAABC]] [[See your final metrics -> XCBCAABFinal]] [[See your final metrics->XCBCAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCAACA]] b) [[Option B->XCBCAACB]] c) [[Option C->XCBCAACC]] [[See your final metrics -> XCBCAACFinal]] [[See your final metrics->XCBCAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCABAA]] b) [[Option B->XCBCABAB]] c) [[Option C->XCBCABAC]] [[See your final metrics -> XCBCABAFinal]] [[See your final metrics->XCBCABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCABBA]] b) [[Option B->XCBCABBB]] c) [[Option C->XCBCABBC]] [[See your final metrics -> XCBCABBFinal]] [[See your final metrics->XCBCABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCABCA]] b) [[Option B->XCBCABCB]] c) [[Option C->XCBCABCC]] [[See your final metrics -> XCBCABCFinal]] [[See your final metrics->XCBCABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCACAA]] b) [[Option B->XCBCACAB]] c) [[Option C->XCBCACAC]] [[See your final metrics -> XCBCACAFinal]] [[See your final metrics->XCBCACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCACBA]] b) [[Option B->XCBCACBB]] c) [[Option C->XCBCACBC]] [[See your final metrics -> XCBCACBFinal]] [[See your final metrics->XCBCACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCACCA]] b) [[Option B->XCBCACCB]] c) [[Option C->XCBCACCC]] [[See your final metrics -> XCBCACCFinal]] [[See your final metrics->XCBCACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCBAAA]] b) [[Option B->XCBCBAAB]] c) [[Option C->XCBCBAAC]] [[See your final metrics -> XCBCBAAFinal]] [[See your final metrics->XCBCBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCBABA]] b) [[Option B->XCBCBABB]] c) [[Option C->XCBCBABC]] [[See your final metrics -> XCBCBABFinal]] [[See your final metrics->XCBCBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCBACA]] b) [[Option B->XCBCBACB]] c) [[Option C->XCBCBACC]] [[See your final metrics -> XCBCBACFinal]] [[See your final metrics->XCBCBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCBBAA]] b) [[Option B->XCBCBBAB]] c) [[Option C->XCBCBBAC]] [[See your final metrics -> XCBCBBAFinal]] [[See your final metrics->XCBCBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCBBBA]] b) [[Option B->XCBCBBBB]] c) [[Option C->XCBCBBBC]] [[See your final metrics -> XCBCBBBFinal]] [[See your final metrics->XCBCBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCBBCA]] b) [[Option B->XCBCBBCB]] c) [[Option C->XCBCBBCC]] [[See your final metrics -> XCBCBBCFinal]] [[See your final metrics->XCBCBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCBCAA]] b) [[Option B->XCBCBCAB]] c) [[Option C->XCBCBCAC]] [[See your final metrics -> XCBCBCAFinal]] [[See your final metrics->XCBCBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCBCBA]] b) [[Option B->XCBCBCBB]] c) [[Option C->XCBCBCBC]] [[See your final metrics -> XCBCBCBFinal]] [[See your final metrics->XCBCBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCBCCA]] b) [[Option B->XCBCBCCB]] c) [[Option C->XCBCBCCC]] [[See your final metrics -> XCBCBCCFinal]] [[See your final metrics->XCBCBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCCAAA]] b) [[Option B->XCBCCAAB]] c) [[Option C->XCBCCAAC]] [[See your final metrics -> XCBCCAAFinal]] [[See your final metrics->XCBCCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCCABA]] b) [[Option B->XCBCCABB]] c) [[Option C->XCBCCABC]] [[See your final metrics -> XCBCCABFinal]] [[See your final metrics->XCBCCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCCACA]] b) [[Option B->XCBCCACB]] c) [[Option C->XCBCCACC]] [[See your final metrics -> XCBCCACFinal]] [[See your final metrics->XCBCCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCCBAA]] b) [[Option B->XCBCCBAB]] c) [[Option C->XCBCCBAC]] [[See your final metrics -> XCBCCBAFinal]] [[See your final metrics->XCBCCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCCBBA]] b) [[Option B->XCBCCBBB]] c) [[Option C->XCBCCBBC]] [[See your final metrics -> XCBCCBBFinal]] [[See your final metrics->XCBCCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCCBCA]] b) [[Option B->XCBCCBCB]] c) [[Option C->XCBCCBCC]] [[See your final metrics -> XCBCCBCFinal]] [[See your final metrics->XCBCCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCCCAA]] b) [[Option B->XCBCCCAB]] c) [[Option C->XCBCCCAC]] [[See your final metrics -> XCBCCCAFinal]] [[See your final metrics->XCBCCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCCCBA]] b) [[Option B->XCBCCCBB]] c) [[Option C->XCBCCCBC]] [[See your final metrics -> XCBCCCBFinal]] [[See your final metrics->XCBCCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCBCCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCBCCCCA]] b) [[Option B->XCBCCCCB]] c) [[Option C->XCBCCCCC]] [[See your final metrics -> XCBCCCCFinal]] [[See your final metrics->XCBCCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCAAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCAAAAA]] b) [[Option B->XCCAAAAB]] c) [[Option C->XCCAAAAC]] [[See your final metrics -> XCCAAAAFinal]] [[See your final metrics->XCCAAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCAAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCAAABA]] b) [[Option B->XCCAAABB]] c) [[Option C->XCCAAABC]] [[See your final metrics -> XCCAAABFinal]] [[See your final metrics->XCCAAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCAAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCAAACA]] b) [[Option B->XCCAAACB]] c) [[Option C->XCCAAACC]] [[See your final metrics -> XCCAAACFinal]] [[See your final metrics->XCCAAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCAABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCAABAA]] b) [[Option B->XCCAABAB]] c) [[Option C->XCCAABAC]] [[See your final metrics -> XCCAABAFinal]] [[See your final metrics->XCCAABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCAABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCAABBA]] b) [[Option B->XCCAABBB]] c) [[Option C->XCCAABBC]] [[See your final metrics -> XCCAABBFinal]] [[See your final metrics->XCCAABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCAABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCAABCA]] b) [[Option B->XCCAABCB]] c) [[Option C->XCCAABCC]] [[See your final metrics -> XCCAABCFinal]] [[See your final metrics->XCCAABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCAACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCAACAA]] b) [[Option B->XCCAACAB]] c) [[Option C->XCCAACAC]] [[See your final metrics -> XCCAACAFinal]] [[See your final metrics->XCCAACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCAACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCAACBA]] b) [[Option B->XCCAACBB]] c) [[Option C->XCCAACBC]] [[See your final metrics -> XCCAACBFinal]] [[See your final metrics->XCCAACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCAACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCAACCA]] b) [[Option B->XCCAACCB]] c) [[Option C->XCCAACCC]] [[See your final metrics -> XCCAACCFinal]] [[See your final metrics->XCCAACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCABAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCABAAA]] b) [[Option B->XCCABAAB]] c) [[Option C->XCCABAAC]] [[See your final metrics -> XCCABAAFinal]] [[See your final metrics->XCCABAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCABAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCABABA]] b) [[Option B->XCCABABB]] c) [[Option C->XCCABABC]] [[See your final metrics -> XCCABABFinal]] [[See your final metrics->XCCABABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCABAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCABACA]] b) [[Option B->XCCABACB]] c) [[Option C->XCCABACC]] [[See your final metrics -> XCCABACFinal]] [[See your final metrics->XCCABACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCABBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCABBAA]] b) [[Option B->XCCABBAB]] c) [[Option C->XCCABBAC]] [[See your final metrics -> XCCABBAFinal]] [[See your final metrics->XCCABBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCABBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCABBBA]] b) [[Option B->XCCABBBB]] c) [[Option C->XCCABBBC]] [[See your final metrics -> XCCABBBFinal]] [[See your final metrics->XCCABBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCABBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCABBCA]] b) [[Option B->XCCABBCB]] c) [[Option C->XCCABBCC]] [[See your final metrics -> XCCABBCFinal]] [[See your final metrics->XCCABBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCABCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCABCAA]] b) [[Option B->XCCABCAB]] c) [[Option C->XCCABCAC]] [[See your final metrics -> XCCABCAFinal]] [[See your final metrics->XCCABCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCABCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCABCBA]] b) [[Option B->XCCABCBB]] c) [[Option C->XCCABCBC]] [[See your final metrics -> XCCABCBFinal]] [[See your final metrics->XCCABCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCABCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCABCCA]] b) [[Option B->XCCABCCB]] c) [[Option C->XCCABCCC]] [[See your final metrics -> XCCABCCFinal]] [[See your final metrics->XCCABCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCACAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCACAAA]] b) [[Option B->XCCACAAB]] c) [[Option C->XCCACAAC]] [[See your final metrics -> XCCACAAFinal]] [[See your final metrics->XCCACAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCACAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCACABA]] b) [[Option B->XCCACABB]] c) [[Option C->XCCACABC]] [[See your final metrics -> XCCACABFinal]] [[See your final metrics->XCCACABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCACAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCACACA]] b) [[Option B->XCCACACB]] c) [[Option C->XCCACACC]] [[See your final metrics -> XCCACACFinal]] [[See your final metrics->XCCACACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCACBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCACBAA]] b) [[Option B->XCCACBAB]] c) [[Option C->XCCACBAC]] [[See your final metrics -> XCCACBAFinal]] [[See your final metrics->XCCACBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCACBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCACBBA]] b) [[Option B->XCCACBBB]] c) [[Option C->XCCACBBC]] [[See your final metrics -> XCCACBBFinal]] [[See your final metrics->XCCACBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCACBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCACBCA]] b) [[Option B->XCCACBCB]] c) [[Option C->XCCACBCC]] [[See your final metrics -> XCCACBCFinal]] [[See your final metrics->XCCACBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCACCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCACCAA]] b) [[Option B->XCCACCAB]] c) [[Option C->XCCACCAC]] [[See your final metrics -> XCCACCAFinal]] [[See your final metrics->XCCACCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCACCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCACCBA]] b) [[Option B->XCCACCBB]] c) [[Option C->XCCACCBC]] [[See your final metrics -> XCCACCBFinal]] [[See your final metrics->XCCACCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCACCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCACCCA]] b) [[Option B->XCCACCCB]] c) [[Option C->XCCACCCC]] [[See your final metrics -> XCCACCCFinal]] [[See your final metrics->XCCACCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBAAAA]] b) [[Option B->XCCBAAAB]] c) [[Option C->XCCBAAAC]] [[See your final metrics -> XCCBAAAFinal]] [[See your final metrics->XCCBAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBAABA]] b) [[Option B->XCCBAABB]] c) [[Option C->XCCBAABC]] [[See your final metrics -> XCCBAABFinal]] [[See your final metrics->XCCBAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBAACA]] b) [[Option B->XCCBAACB]] c) [[Option C->XCCBAACC]] [[See your final metrics -> XCCBAACFinal]] [[See your final metrics->XCCBAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBABAA]] b) [[Option B->XCCBABAB]] c) [[Option C->XCCBABAC]] [[See your final metrics -> XCCBABAFinal]] [[See your final metrics->XCCBABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBABBA]] b) [[Option B->XCCBABBB]] c) [[Option C->XCCBABBC]] [[See your final metrics -> XCCBABBFinal]] [[See your final metrics->XCCBABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBABCA]] b) [[Option B->XCCBABCB]] c) [[Option C->XCCBABCC]] [[See your final metrics -> XCCBABCFinal]] [[See your final metrics->XCCBABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBACAA]] b) [[Option B->XCCBACAB]] c) [[Option C->XCCBACAC]] [[See your final metrics -> XCCBACAFinal]] [[See your final metrics->XCCBACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBACBA]] b) [[Option B->XCCBACBB]] c) [[Option C->XCCBACBC]] [[See your final metrics -> XCCBACBFinal]] [[See your final metrics->XCCBACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBACCA]] b) [[Option B->XCCBACCB]] c) [[Option C->XCCBACCC]] [[See your final metrics -> XCCBACCFinal]] [[See your final metrics->XCCBACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBBAAA]] b) [[Option B->XCCBBAAB]] c) [[Option C->XCCBBAAC]] [[See your final metrics -> XCCBBAAFinal]] [[See your final metrics->XCCBBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBBABA]] b) [[Option B->XCCBBABB]] c) [[Option C->XCCBBABC]] [[See your final metrics -> XCCBBABFinal]] [[See your final metrics->XCCBBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBBACA]] b) [[Option B->XCCBBACB]] c) [[Option C->XCCBBACC]] [[See your final metrics -> XCCBBACFinal]] [[See your final metrics->XCCBBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBBBAA]] b) [[Option B->XCCBBBAB]] c) [[Option C->XCCBBBAC]] [[See your final metrics -> XCCBBBAFinal]] [[See your final metrics->XCCBBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBBBBA]] b) [[Option B->XCCBBBBB]] c) [[Option C->XCCBBBBC]] [[See your final metrics -> XCCBBBBFinal]] [[See your final metrics->XCCBBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBBBCA]] b) [[Option B->XCCBBBCB]] c) [[Option C->XCCBBBCC]] [[See your final metrics -> XCCBBBCFinal]] [[See your final metrics->XCCBBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBBCAA]] b) [[Option B->XCCBBCAB]] c) [[Option C->XCCBBCAC]] [[See your final metrics -> XCCBBCAFinal]] [[See your final metrics->XCCBBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBBCBA]] b) [[Option B->XCCBBCBB]] c) [[Option C->XCCBBCBC]] [[See your final metrics -> XCCBBCBFinal]] [[See your final metrics->XCCBBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBBCCA]] b) [[Option B->XCCBBCCB]] c) [[Option C->XCCBBCCC]] [[See your final metrics -> XCCBBCCFinal]] [[See your final metrics->XCCBBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBCAAA]] b) [[Option B->XCCBCAAB]] c) [[Option C->XCCBCAAC]] [[See your final metrics -> XCCBCAAFinal]] [[See your final metrics->XCCBCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBCABA]] b) [[Option B->XCCBCABB]] c) [[Option C->XCCBCABC]] [[See your final metrics -> XCCBCABFinal]] [[See your final metrics->XCCBCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBCACA]] b) [[Option B->XCCBCACB]] c) [[Option C->XCCBCACC]] [[See your final metrics -> XCCBCACFinal]] [[See your final metrics->XCCBCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBCBAA]] b) [[Option B->XCCBCBAB]] c) [[Option C->XCCBCBAC]] [[See your final metrics -> XCCBCBAFinal]] [[See your final metrics->XCCBCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBCBBA]] b) [[Option B->XCCBCBBB]] c) [[Option C->XCCBCBBC]] [[See your final metrics -> XCCBCBBFinal]] [[See your final metrics->XCCBCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBCBCA]] b) [[Option B->XCCBCBCB]] c) [[Option C->XCCBCBCC]] [[See your final metrics -> XCCBCBCFinal]] [[See your final metrics->XCCBCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBCCAA]] b) [[Option B->XCCBCCAB]] c) [[Option C->XCCBCCAC]] [[See your final metrics -> XCCBCCAFinal]] [[See your final metrics->XCCBCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBCCBA]] b) [[Option B->XCCBCCBB]] c) [[Option C->XCCBCCBC]] [[See your final metrics -> XCCBCCBFinal]] [[See your final metrics->XCCBCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCBCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCBCCCA]] b) [[Option B->XCCBCCCB]] c) [[Option C->XCCBCCCC]] [[See your final metrics -> XCCBCCCFinal]] [[See your final metrics->XCCBCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCAAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCAAAA]] b) [[Option B->XCCCAAAB]] c) [[Option C->XCCCAAAC]] [[See your final metrics -> XCCCAAAFinal]] [[See your final metrics->XCCCAAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCAAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCAABA]] b) [[Option B->XCCCAABB]] c) [[Option C->XCCCAABC]] [[See your final metrics -> XCCCAABFinal]] [[See your final metrics->XCCCAABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCAAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCAACA]] b) [[Option B->XCCCAACB]] c) [[Option C->XCCCAACC]] [[See your final metrics -> XCCCAACFinal]] [[See your final metrics->XCCCAACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCABA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCABAA]] b) [[Option B->XCCCABAB]] c) [[Option C->XCCCABAC]] [[See your final metrics -> XCCCABAFinal]] [[See your final metrics->XCCCABAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCABB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCABBA]] b) [[Option B->XCCCABBB]] c) [[Option C->XCCCABBC]] [[See your final metrics -> XCCCABBFinal]] [[See your final metrics->XCCCABBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCABC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCABCA]] b) [[Option B->XCCCABCB]] c) [[Option C->XCCCABCC]] [[See your final metrics -> XCCCABCFinal]] [[See your final metrics->XCCCABCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCACA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCACAA]] b) [[Option B->XCCCACAB]] c) [[Option C->XCCCACAC]] [[See your final metrics -> XCCCACAFinal]] [[See your final metrics->XCCCACAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCACB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCACBA]] b) [[Option B->XCCCACBB]] c) [[Option C->XCCCACBC]] [[See your final metrics -> XCCCACBFinal]] [[See your final metrics->XCCCACBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCACC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCACCA]] b) [[Option B->XCCCACCB]] c) [[Option C->XCCCACCC]] [[See your final metrics -> XCCCACCFinal]] [[See your final metrics->XCCCACCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCBAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCBAAA]] b) [[Option B->XCCCBAAB]] c) [[Option C->XCCCBAAC]] [[See your final metrics -> XCCCBAAFinal]] [[See your final metrics->XCCCBAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCBAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCBABA]] b) [[Option B->XCCCBABB]] c) [[Option C->XCCCBABC]] [[See your final metrics -> XCCCBABFinal]] [[See your final metrics->XCCCBABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCBAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCBACA]] b) [[Option B->XCCCBACB]] c) [[Option C->XCCCBACC]] [[See your final metrics -> XCCCBACFinal]] [[See your final metrics->XCCCBACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCBBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCBBAA]] b) [[Option B->XCCCBBAB]] c) [[Option C->XCCCBBAC]] [[See your final metrics -> XCCCBBAFinal]] [[See your final metrics->XCCCBBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCBBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCBBBA]] b) [[Option B->XCCCBBBB]] c) [[Option C->XCCCBBBC]] [[See your final metrics -> XCCCBBBFinal]] [[See your final metrics->XCCCBBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCBBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCBBCA]] b) [[Option B->XCCCBBCB]] c) [[Option C->XCCCBBCC]] [[See your final metrics -> XCCCBBCFinal]] [[See your final metrics->XCCCBBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCBCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCBCAA]] b) [[Option B->XCCCBCAB]] c) [[Option C->XCCCBCAC]] [[See your final metrics -> XCCCBCAFinal]] [[See your final metrics->XCCCBCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCBCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCBCBA]] b) [[Option B->XCCCBCBB]] c) [[Option C->XCCCBCBC]] [[See your final metrics -> XCCCBCBFinal]] [[See your final metrics->XCCCBCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCBCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCBCCA]] b) [[Option B->XCCCBCCB]] c) [[Option C->XCCCBCCC]] [[See your final metrics -> XCCCBCCFinal]] [[See your final metrics->XCCCBCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCCAA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCCAAA]] b) [[Option B->XCCCCAAB]] c) [[Option C->XCCCCAAC]] [[See your final metrics -> XCCCCAAFinal]] [[See your final metrics->XCCCCAAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCCAB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCCABA]] b) [[Option B->XCCCCABB]] c) [[Option C->XCCCCABC]] [[See your final metrics -> XCCCCABFinal]] [[See your final metrics->XCCCCABFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCCAC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCCACA]] b) [[Option B->XCCCCACB]] c) [[Option C->XCCCCACC]] [[See your final metrics -> XCCCCACFinal]] [[See your final metrics->XCCCCACFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCCBA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCCBAA]] b) [[Option B->XCCCCBAB]] c) [[Option C->XCCCCBAC]] [[See your final metrics -> XCCCCBAFinal]] [[See your final metrics->XCCCCBAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCCBB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCCBBA]] b) [[Option B->XCCCCBBB]] c) [[Option C->XCCCCBBC]] [[See your final metrics -> XCCCCBBFinal]] [[See your final metrics->XCCCCBBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCCBC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCCBCA]] b) [[Option B->XCCCCBCB]] c) [[Option C->XCCCCBCC]] [[See your final metrics -> XCCCCBCFinal]] [[See your final metrics->XCCCCBCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCCCA</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCCCAA]] b) [[Option B->XCCCCCAB]] c) [[Option C->XCCCCCAC]] [[See your final metrics -> XCCCCCAFinal]] [[See your final metrics->XCCCCCAFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCCCB</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCCCBA]] b) [[Option B->XCCCCCBB]] c) [[Option C->XCCCCCBC]] [[See your final metrics -> XCCCCCBFinal]] [[See your final metrics->XCCCCCBFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose path <b>XCCCCCC</b>.</p> <p>Placeholder content for this stage.</p> <p>What would you like to try next?</p> a) [[Option A->XCCCCCCA]] b) [[Option B->XCCCCCCB]] c) [[Option C->XCCCCCCC]] [[See your final metrics -> XCCCCCCFinal]] [[See your final metrics->XCCCCCCFinal]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAAACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAAACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAABAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAABAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAABAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAABBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAABBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAABBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAABCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAABCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAABCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAACAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAACAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAACAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAACBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAACBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAACBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAACCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAACCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAACCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAAACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAABCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXAACCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABABAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABABAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABABAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABABBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABABBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABABBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABABCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABABCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABABCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABACAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABACAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABACAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABACBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABACBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABACBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABACCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABACCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABACCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABBCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXABCCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACABAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACABAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACABAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACABBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACABBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACABBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACABCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACABCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACABCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACACAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACACAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACACAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACACBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACACBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACACBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACACCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACACCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACACCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACBCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXACCCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAABAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAABAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAABAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAABBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAABBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAABBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAABCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAABCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAABCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAACAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAACAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAACAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAACBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAACBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAACBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAACCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAACCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAACCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBAACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBABCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBACCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBABAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBABAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBABAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBABBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBABBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBABBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBABCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBABCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBABCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBACAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBACAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBACAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBACBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBACBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBACBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBACCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBACCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBACCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBBCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBBCCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCABAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCABAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCABAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCABBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCABBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCABBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCABCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCABCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCABCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCACAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCACAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCACAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCACBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCACBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCACBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCACCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCACCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCACCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCBCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXBCCCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAABAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAABAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAABAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAABBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAABBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAABBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAABCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAABCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAABCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAACAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAACAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAACAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAACBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAACBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAACBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAACCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAACCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAACCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCAACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCABCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCACCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBABAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBABAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBABAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBABBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBABBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBABBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBABCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBABCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBABCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBACAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBACAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBACAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBACBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBACBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBACBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBACCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBACCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBACCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBBCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCBCCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCABAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCABAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCABAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCABBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCABBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCABBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCABCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCABCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCABCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCACAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCACAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCACAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCACBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCACBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCACBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCACCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCACCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCACCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCBCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCAAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCAAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCAAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCABA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCABB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCABC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCABC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCACA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCACB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCACC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCACC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCBAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCBAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCBAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCBBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCBBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCBBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCBCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCBCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCBCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCCAA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCCAB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCCAC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCAC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCCBA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCCBB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCCBC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCBC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCCCA').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCA.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCCCB').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCB.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p><b>Here are your final flow metrics, compared to where you started</b></p> <!-- Full-width inline image with zoom --> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCCCC').style.display='flex';"> <!-- Overlay with larger view --> <div class="image-overlay" id="overlayXCCCCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCCC.png" alt="Zoomed metrics"> </div> <p><b>In terms of your scoring:</b></p> ''Throughput'' a) Compare your final TOTAL Throughput to your initial TOTAL Throughput: - Score 1 point for each item more than your initial total - Subtract 1 point for each item less than your initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Compare your AVERAGE Throughput to your initial AVERAGE Throughput: - Score 1 point for each item more than your initial average - Subtract 1 point for each item less than your initial average - No points if the average is the same ''Your score: 4 (Final value - 6, Original value - 2)'' ''Cycle Time'' a) Compare your final 85th percentile to your initial 85th percentile: - Add 1 point for each day faster than your initial value - Subtract 1 point for each day slower than your initial value - No points if unchanged ''Your score: xx (Final value - 23, Original value - )'' b) Compare the gap between your 85th and 50th percentile cycle time: - Add 1 point if the gap is smaller than before - Subtract 1 point if the gap is larger ''Your score: xx (Final value - 23, Original value - )'' ''Work In Progress (WIP)'' a) Compare your final total WIP to your initial total WIP: - Add 1 point for each item less than your initial total - Subtract 1 point for each item more than your initial total ''Your score: xx (Final value - 23, Original value - )'' b) Count the number of times your team went over WIP limits (shown as red dots): - Subtract 1 point for each occurrence ''Your score: xx (Final value - 23, Original value - )'' ''Work Item Age'' a) Compare your total work item age from the initial and final dashboards: - Add 1 point for each day less than the initial total - Subtract 1 point for each day more than the initial total - No points if the total is the same ''Your score: xx (Final value - 23, Original value - )'' b) Identify any item at or above the 85th percentile for age: - Subtract 1 point for each item that exceeds the 85th percentile ''Your score: xx (Final value - 23, Original value - )'' ''Well done - your final score is XX, this was the 4th highest possible score!''<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAAABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAABA').style.display='flex';"> <div class="image-overlay" id="overlayXAAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAAABAA]] b) [[Option B->XAAABAB]] c) [[Option C->XAAABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAAABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAABB').style.display='flex';"> <div class="image-overlay" id="overlayXAAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAAABBA]] b) [[Option B->XAAABBB]] c) [[Option C->XAAABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAAABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAABC').style.display='flex';"> <div class="image-overlay" id="overlayXAAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAAABCA]] b) [[Option B->XAAABCB]] c) [[Option C->XAAABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAAACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAACA').style.display='flex';"> <div class="image-overlay" id="overlayXAAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAAACAA]] b) [[Option B->XAAACAB]] c) [[Option C->XAAACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAAACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAACB').style.display='flex';"> <div class="image-overlay" id="overlayXAAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAAACBA]] b) [[Option B->XAAACBB]] c) [[Option C->XAAACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAAACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAAACC').style.display='flex';"> <div class="image-overlay" id="overlayXAAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAAACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAAACCA]] b) [[Option B->XAAACCB]] c) [[Option C->XAAACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABA').style.display='flex';"> <div class="image-overlay" id="overlayXAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABAA]] b) [[Option B->XAABAB]] c) [[Option C->XAABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAABAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABAA').style.display='flex';"> <div class="image-overlay" id="overlayXAABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABAAA]] b) [[Option B->XAABAAB]] c) [[Option C->XAABAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAABAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABAB').style.display='flex';"> <div class="image-overlay" id="overlayXAABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABABA]] b) [[Option B->XAABABB]] c) [[Option C->XAABABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAABAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABAC').style.display='flex';"> <div class="image-overlay" id="overlayXAABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABACA]] b) [[Option B->XAABACB]] c) [[Option C->XAABACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABB').style.display='flex';"> <div class="image-overlay" id="overlayXAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABBA]] b) [[Option B->XAABBB]] c) [[Option C->XAABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAABBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABBA').style.display='flex';"> <div class="image-overlay" id="overlayXAABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABBAA]] b) [[Option B->XAABBAB]] c) [[Option C->XAABBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAABBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABBB').style.display='flex';"> <div class="image-overlay" id="overlayXAABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABBBA]] b) [[Option B->XAABBBB]] c) [[Option C->XAABBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAABBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABBC').style.display='flex';"> <div class="image-overlay" id="overlayXAABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABBCA]] b) [[Option B->XAABBCB]] c) [[Option C->XAABBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABC').style.display='flex';"> <div class="image-overlay" id="overlayXAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABCA]] b) [[Option B->XAABCB]] c) [[Option C->XAABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAABCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABCA').style.display='flex';"> <div class="image-overlay" id="overlayXAABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABCAA]] b) [[Option B->XAABCAB]] c) [[Option C->XAABCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAABCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABCB').style.display='flex';"> <div class="image-overlay" id="overlayXAABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABCBA]] b) [[Option B->XAABCBB]] c) [[Option C->XAABCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAABCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAABCC').style.display='flex';"> <div class="image-overlay" id="overlayXAABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAABCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAABCCA]] b) [[Option B->XAABCCB]] c) [[Option C->XAABCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACA').style.display='flex';"> <div class="image-overlay" id="overlayXAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACAA]] b) [[Option B->XAACAB]] c) [[Option C->XAACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAACAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACAA').style.display='flex';"> <div class="image-overlay" id="overlayXAACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACAAA]] b) [[Option B->XAACAAB]] c) [[Option C->XAACAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAACAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACAB').style.display='flex';"> <div class="image-overlay" id="overlayXAACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACABA]] b) [[Option B->XAACABB]] c) [[Option C->XAACABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAACAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACAC').style.display='flex';"> <div class="image-overlay" id="overlayXAACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACACA]] b) [[Option B->XAACACB]] c) [[Option C->XAACACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACB').style.display='flex';"> <div class="image-overlay" id="overlayXAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACBA]] b) [[Option B->XAACBB]] c) [[Option C->XAACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAACBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACBA').style.display='flex';"> <div class="image-overlay" id="overlayXAACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACBAA]] b) [[Option B->XAACBAB]] c) [[Option C->XAACBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAACBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACBB').style.display='flex';"> <div class="image-overlay" id="overlayXAACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACBBA]] b) [[Option B->XAACBBB]] c) [[Option C->XAACBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAACBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACBC').style.display='flex';"> <div class="image-overlay" id="overlayXAACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACBCA]] b) [[Option B->XAACBCB]] c) [[Option C->XAACBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACC').style.display='flex';"> <div class="image-overlay" id="overlayXAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACCA]] b) [[Option B->XAACCB]] c) [[Option C->XAACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAACCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACCA').style.display='flex';"> <div class="image-overlay" id="overlayXAACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACCAA]] b) [[Option B->XAACCAB]] c) [[Option C->XAACCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAACCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACCB').style.display='flex';"> <div class="image-overlay" id="overlayXAACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACCBA]] b) [[Option B->XAACCBB]] c) [[Option C->XAACCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XAACCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXAACCC').style.display='flex';"> <div class="image-overlay" id="overlayXAACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXAACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XAACCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XAACCCA]] b) [[Option B->XAACCCB]] c) [[Option C->XAACCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABA').style.display='flex';"> <div class="image-overlay" id="overlayXABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABAA]] b) [[Option B->XABAB]] c) [[Option C->XABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAA').style.display='flex';"> <div class="image-overlay" id="overlayXABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABAAA]] b) [[Option B->XABAAB]] c) [[Option C->XABAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAAA').style.display='flex';"> <div class="image-overlay" id="overlayXABAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABAAAA]] b) [[Option B->XABAAAB]] c) [[Option C->XABAAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAAB').style.display='flex';"> <div class="image-overlay" id="overlayXABAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABAABA]] b) [[Option B->XABAABB]] c) [[Option C->XABAABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAAC').style.display='flex';"> <div class="image-overlay" id="overlayXABAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABAACA]] b) [[Option B->XABAACB]] c) [[Option C->XABAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAB').style.display='flex';"> <div class="image-overlay" id="overlayXABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABABA]] b) [[Option B->XABABB]] c) [[Option C->XABABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABABA').style.display='flex';"> <div class="image-overlay" id="overlayXABABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABABAA]] b) [[Option B->XABABAB]] c) [[Option C->XABABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABABB').style.display='flex';"> <div class="image-overlay" id="overlayXABABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABABBA]] b) [[Option B->XABABBB]] c) [[Option C->XABABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABABC').style.display='flex';"> <div class="image-overlay" id="overlayXABABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABABCA]] b) [[Option B->XABABCB]] c) [[Option C->XABABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABAC').style.display='flex';"> <div class="image-overlay" id="overlayXABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABACA]] b) [[Option B->XABACB]] c) [[Option C->XABACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABACA').style.display='flex';"> <div class="image-overlay" id="overlayXABACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABACAA]] b) [[Option B->XABACAB]] c) [[Option C->XABACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABACB').style.display='flex';"> <div class="image-overlay" id="overlayXABACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABACBA]] b) [[Option B->XABACBB]] c) [[Option C->XABACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABACC').style.display='flex';"> <div class="image-overlay" id="overlayXABACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABACCA]] b) [[Option B->XABACCB]] c) [[Option C->XABACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABB').style.display='flex';"> <div class="image-overlay" id="overlayXABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBA]] b) [[Option B->XABBB]] c) [[Option C->XABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBA').style.display='flex';"> <div class="image-overlay" id="overlayXABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBAA]] b) [[Option B->XABBAB]] c) [[Option C->XABBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBAA').style.display='flex';"> <div class="image-overlay" id="overlayXABBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBAAA]] b) [[Option B->XABBAAB]] c) [[Option C->XABBAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBAB').style.display='flex';"> <div class="image-overlay" id="overlayXABBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBABA]] b) [[Option B->XABBABB]] c) [[Option C->XABBABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBAC').style.display='flex';"> <div class="image-overlay" id="overlayXABBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBACA]] b) [[Option B->XABBACB]] c) [[Option C->XABBACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBB').style.display='flex';"> <div class="image-overlay" id="overlayXABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBBA]] b) [[Option B->XABBBB]] c) [[Option C->XABBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBBA').style.display='flex';"> <div class="image-overlay" id="overlayXABBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBBAA]] b) [[Option B->XABBBAB]] c) [[Option C->XABBBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBBB').style.display='flex';"> <div class="image-overlay" id="overlayXABBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBBBA]] b) [[Option B->XABBBBB]] c) [[Option C->XABBBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBBC').style.display='flex';"> <div class="image-overlay" id="overlayXABBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBBCA]] b) [[Option B->XABBBCB]] c) [[Option C->XABBBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBC').style.display='flex';"> <div class="image-overlay" id="overlayXABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBCA]] b) [[Option B->XABBCB]] c) [[Option C->XABBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBCA').style.display='flex';"> <div class="image-overlay" id="overlayXABBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBCAA]] b) [[Option B->XABBCAB]] c) [[Option C->XABBCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBCB').style.display='flex';"> <div class="image-overlay" id="overlayXABBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBCBA]] b) [[Option B->XABBCBB]] c) [[Option C->XABBCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABBCC').style.display='flex';"> <div class="image-overlay" id="overlayXABBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABBCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABBCCA]] b) [[Option B->XABBCCB]] c) [[Option C->XABBCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABC').style.display='flex';"> <div class="image-overlay" id="overlayXABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCA]] b) [[Option B->XABCB]] c) [[Option C->XABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCA').style.display='flex';"> <div class="image-overlay" id="overlayXABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCAA]] b) [[Option B->XABCAB]] c) [[Option C->XABCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCAA').style.display='flex';"> <div class="image-overlay" id="overlayXABCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCAAA]] b) [[Option B->XABCAAB]] c) [[Option C->XABCAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCAB').style.display='flex';"> <div class="image-overlay" id="overlayXABCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCABA]] b) [[Option B->XABCABB]] c) [[Option C->XABCABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCAC').style.display='flex';"> <div class="image-overlay" id="overlayXABCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCACA]] b) [[Option B->XABCACB]] c) [[Option C->XABCACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCB').style.display='flex';"> <div class="image-overlay" id="overlayXABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCBA]] b) [[Option B->XABCBB]] c) [[Option C->XABCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCBA').style.display='flex';"> <div class="image-overlay" id="overlayXABCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCBAA]] b) [[Option B->XABCBAB]] c) [[Option C->XABCBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCBB').style.display='flex';"> <div class="image-overlay" id="overlayXABCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCBBA]] b) [[Option B->XABCBBB]] c) [[Option C->XABCBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCBC').style.display='flex';"> <div class="image-overlay" id="overlayXABCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCBCA]] b) [[Option B->XABCBCB]] c) [[Option C->XABCBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCC').style.display='flex';"> <div class="image-overlay" id="overlayXABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCCA]] b) [[Option B->XABCCB]] c) [[Option C->XABCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCCA').style.display='flex';"> <div class="image-overlay" id="overlayXABCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCCAA]] b) [[Option B->XABCCAB]] c) [[Option C->XABCCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCCB').style.display='flex';"> <div class="image-overlay" id="overlayXABCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCCBA]] b) [[Option B->XABCCBB]] c) [[Option C->XABCCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XABCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXABCCC').style.display='flex';"> <div class="image-overlay" id="overlayXABCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXABCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XABCCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XABCCCA]] b) [[Option B->XABCCCB]] c) [[Option C->XABCCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACA').style.display='flex';"> <div class="image-overlay" id="overlayXACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACAA]] b) [[Option B->XACAB]] c) [[Option C->XACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAA').style.display='flex';"> <div class="image-overlay" id="overlayXACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACAAA]] b) [[Option B->XACAAB]] c) [[Option C->XACAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAAA').style.display='flex';"> <div class="image-overlay" id="overlayXACAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACAAAA]] b) [[Option B->XACAAAB]] c) [[Option C->XACAAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAAB').style.display='flex';"> <div class="image-overlay" id="overlayXACAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACAABA]] b) [[Option B->XACAABB]] c) [[Option C->XACAABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAAC').style.display='flex';"> <div class="image-overlay" id="overlayXACAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACAACA]] b) [[Option B->XACAACB]] c) [[Option C->XACAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAB').style.display='flex';"> <div class="image-overlay" id="overlayXACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACABA]] b) [[Option B->XACABB]] c) [[Option C->XACABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACABA').style.display='flex';"> <div class="image-overlay" id="overlayXACABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACABAA]] b) [[Option B->XACABAB]] c) [[Option C->XACABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACABB').style.display='flex';"> <div class="image-overlay" id="overlayXACABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACABBA]] b) [[Option B->XACABBB]] c) [[Option C->XACABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACABC').style.display='flex';"> <div class="image-overlay" id="overlayXACABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACABCA]] b) [[Option B->XACABCB]] c) [[Option C->XACABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACAC').style.display='flex';"> <div class="image-overlay" id="overlayXACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACACA]] b) [[Option B->XACACB]] c) [[Option C->XACACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACACA').style.display='flex';"> <div class="image-overlay" id="overlayXACACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACACAA]] b) [[Option B->XACACAB]] c) [[Option C->XACACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACACB').style.display='flex';"> <div class="image-overlay" id="overlayXACACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACACBA]] b) [[Option B->XACACBB]] c) [[Option C->XACACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACACC').style.display='flex';"> <div class="image-overlay" id="overlayXACACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACACCA]] b) [[Option B->XACACCB]] c) [[Option C->XACACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACB').style.display='flex';"> <div class="image-overlay" id="overlayXACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBA]] b) [[Option B->XACBB]] c) [[Option C->XACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBA').style.display='flex';"> <div class="image-overlay" id="overlayXACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBAA]] b) [[Option B->XACBAB]] c) [[Option C->XACBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBAA').style.display='flex';"> <div class="image-overlay" id="overlayXACBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBAAA]] b) [[Option B->XACBAAB]] c) [[Option C->XACBAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBAB').style.display='flex';"> <div class="image-overlay" id="overlayXACBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBABA]] b) [[Option B->XACBABB]] c) [[Option C->XACBABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBAC').style.display='flex';"> <div class="image-overlay" id="overlayXACBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBACA]] b) [[Option B->XACBACB]] c) [[Option C->XACBACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBB').style.display='flex';"> <div class="image-overlay" id="overlayXACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBBA]] b) [[Option B->XACBBB]] c) [[Option C->XACBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBBA').style.display='flex';"> <div class="image-overlay" id="overlayXACBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBBAA]] b) [[Option B->XACBBAB]] c) [[Option C->XACBBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBBB').style.display='flex';"> <div class="image-overlay" id="overlayXACBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBBBA]] b) [[Option B->XACBBBB]] c) [[Option C->XACBBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBBC').style.display='flex';"> <div class="image-overlay" id="overlayXACBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBBCA]] b) [[Option B->XACBBCB]] c) [[Option C->XACBBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBC').style.display='flex';"> <div class="image-overlay" id="overlayXACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBCA]] b) [[Option B->XACBCB]] c) [[Option C->XACBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBCA').style.display='flex';"> <div class="image-overlay" id="overlayXACBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBCAA]] b) [[Option B->XACBCAB]] c) [[Option C->XACBCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBCB').style.display='flex';"> <div class="image-overlay" id="overlayXACBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBCBA]] b) [[Option B->XACBCBB]] c) [[Option C->XACBCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACBCC').style.display='flex';"> <div class="image-overlay" id="overlayXACBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACBCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACBCCA]] b) [[Option B->XACBCCB]] c) [[Option C->XACBCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACC').style.display='flex';"> <div class="image-overlay" id="overlayXACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCA]] b) [[Option B->XACCB]] c) [[Option C->XACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCA').style.display='flex';"> <div class="image-overlay" id="overlayXACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCAA]] b) [[Option B->XACCAB]] c) [[Option C->XACCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCAA').style.display='flex';"> <div class="image-overlay" id="overlayXACCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCAAA]] b) [[Option B->XACCAAB]] c) [[Option C->XACCAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCAB').style.display='flex';"> <div class="image-overlay" id="overlayXACCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCABA]] b) [[Option B->XACCABB]] c) [[Option C->XACCABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCAC').style.display='flex';"> <div class="image-overlay" id="overlayXACCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCACA]] b) [[Option B->XACCACB]] c) [[Option C->XACCACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCB').style.display='flex';"> <div class="image-overlay" id="overlayXACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCBA]] b) [[Option B->XACCBB]] c) [[Option C->XACCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCBA').style.display='flex';"> <div class="image-overlay" id="overlayXACCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCBAA]] b) [[Option B->XACCBAB]] c) [[Option C->XACCBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCBB').style.display='flex';"> <div class="image-overlay" id="overlayXACCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCBBA]] b) [[Option B->XACCBBB]] c) [[Option C->XACCBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCBC').style.display='flex';"> <div class="image-overlay" id="overlayXACCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCBCA]] b) [[Option B->XACCBCB]] c) [[Option C->XACCBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCC').style.display='flex';"> <div class="image-overlay" id="overlayXACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCCA]] b) [[Option B->XACCCB]] c) [[Option C->XACCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCCA').style.display='flex';"> <div class="image-overlay" id="overlayXACCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCCAA]] b) [[Option B->XACCCAB]] c) [[Option C->XACCCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCCB').style.display='flex';"> <div class="image-overlay" id="overlayXACCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCCBA]] b) [[Option B->XACCCBB]] c) [[Option C->XACCCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XACCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXACCCC').style.display='flex';"> <div class="image-overlay" id="overlayXACCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXACCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XACCCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XACCCCA]] b) [[Option B->XACCCCB]] c) [[Option C->XACCCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAA').style.display='flex';"> <div class="image-overlay" id="overlayXBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAAA]] b) [[Option B->XBAAB]] c) [[Option C->XBAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAA').style.display='flex';"> <div class="image-overlay" id="overlayXBAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAAAA]] b) [[Option B->XBAAAB]] c) [[Option C->XBAAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAAA').style.display='flex';"> <div class="image-overlay" id="overlayXBAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAAAAA]] b) [[Option B->XBAAAAB]] c) [[Option C->XBAAAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAAB').style.display='flex';"> <div class="image-overlay" id="overlayXBAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAAABA]] b) [[Option B->XBAAABB]] c) [[Option C->XBAAABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAAC').style.display='flex';"> <div class="image-overlay" id="overlayXBAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAAACA]] b) [[Option B->XBAAACB]] c) [[Option C->XBAAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAB').style.display='flex';"> <div class="image-overlay" id="overlayXBAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAABA]] b) [[Option B->XBAABB]] c) [[Option C->XBAABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAABA').style.display='flex';"> <div class="image-overlay" id="overlayXBAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAABAA]] b) [[Option B->XBAABAB]] c) [[Option C->XBAABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAABB').style.display='flex';"> <div class="image-overlay" id="overlayXBAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAABBA]] b) [[Option B->XBAABBB]] c) [[Option C->XBAABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAABC').style.display='flex';"> <div class="image-overlay" id="overlayXBAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAABCA]] b) [[Option B->XBAABCB]] c) [[Option C->XBAABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAAC').style.display='flex';"> <div class="image-overlay" id="overlayXBAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAACA]] b) [[Option B->XBAACB]] c) [[Option C->XBAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAACA').style.display='flex';"> <div class="image-overlay" id="overlayXBAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAACAA]] b) [[Option B->XBAACAB]] c) [[Option C->XBAACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAACB').style.display='flex';"> <div class="image-overlay" id="overlayXBAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAACBA]] b) [[Option B->XBAACBB]] c) [[Option C->XBAACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAACC').style.display='flex';"> <div class="image-overlay" id="overlayXBAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBAACCA]] b) [[Option B->XBAACCB]] c) [[Option C->XBAACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAB').style.display='flex';"> <div class="image-overlay" id="overlayXBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABA]] b) [[Option B->XBABB]] c) [[Option C->XBABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABA').style.display='flex';"> <div class="image-overlay" id="overlayXBABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABAA]] b) [[Option B->XBABAB]] c) [[Option C->XBABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBABAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABAA').style.display='flex';"> <div class="image-overlay" id="overlayXBABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABAAA]] b) [[Option B->XBABAAB]] c) [[Option C->XBABAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBABAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABAB').style.display='flex';"> <div class="image-overlay" id="overlayXBABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABABA]] b) [[Option B->XBABABB]] c) [[Option C->XBABABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBABAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABAC').style.display='flex';"> <div class="image-overlay" id="overlayXBABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABACA]] b) [[Option B->XBABACB]] c) [[Option C->XBABACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABB').style.display='flex';"> <div class="image-overlay" id="overlayXBABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABBA]] b) [[Option B->XBABBB]] c) [[Option C->XBABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBABBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABBA').style.display='flex';"> <div class="image-overlay" id="overlayXBABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABBAA]] b) [[Option B->XBABBAB]] c) [[Option C->XBABBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBABBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABBB').style.display='flex';"> <div class="image-overlay" id="overlayXBABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABBBA]] b) [[Option B->XBABBBB]] c) [[Option C->XBABBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBABBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABBC').style.display='flex';"> <div class="image-overlay" id="overlayXBABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABBCA]] b) [[Option B->XBABBCB]] c) [[Option C->XBABBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABC').style.display='flex';"> <div class="image-overlay" id="overlayXBABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABCA]] b) [[Option B->XBABCB]] c) [[Option C->XBABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBABCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABCA').style.display='flex';"> <div class="image-overlay" id="overlayXBABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABCAA]] b) [[Option B->XBABCAB]] c) [[Option C->XBABCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBABCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABCB').style.display='flex';"> <div class="image-overlay" id="overlayXBABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABCBA]] b) [[Option B->XBABCBB]] c) [[Option C->XBABCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBABCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBABCC').style.display='flex';"> <div class="image-overlay" id="overlayXBABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBABCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBABCCA]] b) [[Option B->XBABCCB]] c) [[Option C->XBABCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBAC').style.display='flex';"> <div class="image-overlay" id="overlayXBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACA]] b) [[Option B->XBACB]] c) [[Option C->XBACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACA').style.display='flex';"> <div class="image-overlay" id="overlayXBACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACAA]] b) [[Option B->XBACAB]] c) [[Option C->XBACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBACAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACAA').style.display='flex';"> <div class="image-overlay" id="overlayXBACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACAAA]] b) [[Option B->XBACAAB]] c) [[Option C->XBACAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBACAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACAB').style.display='flex';"> <div class="image-overlay" id="overlayXBACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACABA]] b) [[Option B->XBACABB]] c) [[Option C->XBACABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBACAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACAC').style.display='flex';"> <div class="image-overlay" id="overlayXBACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACACA]] b) [[Option B->XBACACB]] c) [[Option C->XBACACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACB').style.display='flex';"> <div class="image-overlay" id="overlayXBACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACBA]] b) [[Option B->XBACBB]] c) [[Option C->XBACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBACBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACBA').style.display='flex';"> <div class="image-overlay" id="overlayXBACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACBAA]] b) [[Option B->XBACBAB]] c) [[Option C->XBACBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBACBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACBB').style.display='flex';"> <div class="image-overlay" id="overlayXBACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACBBA]] b) [[Option B->XBACBBB]] c) [[Option C->XBACBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBACBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACBC').style.display='flex';"> <div class="image-overlay" id="overlayXBACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACBCA]] b) [[Option B->XBACBCB]] c) [[Option C->XBACBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACC').style.display='flex';"> <div class="image-overlay" id="overlayXBACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACCA]] b) [[Option B->XBACCB]] c) [[Option C->XBACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBACCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACCA').style.display='flex';"> <div class="image-overlay" id="overlayXBACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACCAA]] b) [[Option B->XBACCAB]] c) [[Option C->XBACCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBACCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACCB').style.display='flex';"> <div class="image-overlay" id="overlayXBACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACCBA]] b) [[Option B->XBACCBB]] c) [[Option C->XBACCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBACCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBACCC').style.display='flex';"> <div class="image-overlay" id="overlayXBACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBACCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBACCCA]] b) [[Option B->XBACCCB]] c) [[Option C->XBACCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBA').style.display='flex';"> <div class="image-overlay" id="overlayXBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBAA]] b) [[Option B->XBBAB]] c) [[Option C->XBBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAA').style.display='flex';"> <div class="image-overlay" id="overlayXBBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBAAA]] b) [[Option B->XBBAAB]] c) [[Option C->XBBAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAAA').style.display='flex';"> <div class="image-overlay" id="overlayXBBAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBAAAA]] b) [[Option B->XBBAAAB]] c) [[Option C->XBBAAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAAB').style.display='flex';"> <div class="image-overlay" id="overlayXBBAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBAABA]] b) [[Option B->XBBAABB]] c) [[Option C->XBBAABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAAC').style.display='flex';"> <div class="image-overlay" id="overlayXBBAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBAACA]] b) [[Option B->XBBAACB]] c) [[Option C->XBBAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAB').style.display='flex';"> <div class="image-overlay" id="overlayXBBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBABA]] b) [[Option B->XBBABB]] c) [[Option C->XBBABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBABA').style.display='flex';"> <div class="image-overlay" id="overlayXBBABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBABAA]] b) [[Option B->XBBABAB]] c) [[Option C->XBBABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBABB').style.display='flex';"> <div class="image-overlay" id="overlayXBBABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBABBA]] b) [[Option B->XBBABBB]] c) [[Option C->XBBABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBABC').style.display='flex';"> <div class="image-overlay" id="overlayXBBABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBABCA]] b) [[Option B->XBBABCB]] c) [[Option C->XBBABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBAC').style.display='flex';"> <div class="image-overlay" id="overlayXBBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBACA]] b) [[Option B->XBBACB]] c) [[Option C->XBBACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBACA').style.display='flex';"> <div class="image-overlay" id="overlayXBBACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBACAA]] b) [[Option B->XBBACAB]] c) [[Option C->XBBACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBACB').style.display='flex';"> <div class="image-overlay" id="overlayXBBACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBACBA]] b) [[Option B->XBBACBB]] c) [[Option C->XBBACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBACC').style.display='flex';"> <div class="image-overlay" id="overlayXBBACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBACCA]] b) [[Option B->XBBACCB]] c) [[Option C->XBBACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBB').style.display='flex';"> <div class="image-overlay" id="overlayXBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBA]] b) [[Option B->XBBBB]] c) [[Option C->XBBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBA').style.display='flex';"> <div class="image-overlay" id="overlayXBBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBAA]] b) [[Option B->XBBBAB]] c) [[Option C->XBBBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBAA').style.display='flex';"> <div class="image-overlay" id="overlayXBBBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBAAA]] b) [[Option B->XBBBAAB]] c) [[Option C->XBBBAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBAB').style.display='flex';"> <div class="image-overlay" id="overlayXBBBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBABA]] b) [[Option B->XBBBABB]] c) [[Option C->XBBBABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBAC').style.display='flex';"> <div class="image-overlay" id="overlayXBBBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBACA]] b) [[Option B->XBBBACB]] c) [[Option C->XBBBACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBB').style.display='flex';"> <div class="image-overlay" id="overlayXBBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBBA]] b) [[Option B->XBBBBB]] c) [[Option C->XBBBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBBA').style.display='flex';"> <div class="image-overlay" id="overlayXBBBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBBAA]] b) [[Option B->XBBBBAB]] c) [[Option C->XBBBBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBBB').style.display='flex';"> <div class="image-overlay" id="overlayXBBBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBBBA]] b) [[Option B->XBBBBBB]] c) [[Option C->XBBBBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBBC').style.display='flex';"> <div class="image-overlay" id="overlayXBBBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBBCA]] b) [[Option B->XBBBBCB]] c) [[Option C->XBBBBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBC').style.display='flex';"> <div class="image-overlay" id="overlayXBBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBCA]] b) [[Option B->XBBBCB]] c) [[Option C->XBBBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBCA').style.display='flex';"> <div class="image-overlay" id="overlayXBBBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBCAA]] b) [[Option B->XBBBCAB]] c) [[Option C->XBBBCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBCB').style.display='flex';"> <div class="image-overlay" id="overlayXBBBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBCBA]] b) [[Option B->XBBBCBB]] c) [[Option C->XBBBCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBBCC').style.display='flex';"> <div class="image-overlay" id="overlayXBBBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBBCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBBCCA]] b) [[Option B->XBBBCCB]] c) [[Option C->XBBBCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBC').style.display='flex';"> <div class="image-overlay" id="overlayXBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCA]] b) [[Option B->XBBCB]] c) [[Option C->XBBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCA').style.display='flex';"> <div class="image-overlay" id="overlayXBBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCAA]] b) [[Option B->XBBCAB]] c) [[Option C->XBBCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCAA').style.display='flex';"> <div class="image-overlay" id="overlayXBBCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCAAA]] b) [[Option B->XBBCAAB]] c) [[Option C->XBBCAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCAB').style.display='flex';"> <div class="image-overlay" id="overlayXBBCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCABA]] b) [[Option B->XBBCABB]] c) [[Option C->XBBCABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCAC').style.display='flex';"> <div class="image-overlay" id="overlayXBBCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCACA]] b) [[Option B->XBBCACB]] c) [[Option C->XBBCACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCB').style.display='flex';"> <div class="image-overlay" id="overlayXBBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCBA]] b) [[Option B->XBBCBB]] c) [[Option C->XBBCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCBA').style.display='flex';"> <div class="image-overlay" id="overlayXBBCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCBAA]] b) [[Option B->XBBCBAB]] c) [[Option C->XBBCBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCBB').style.display='flex';"> <div class="image-overlay" id="overlayXBBCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCBBA]] b) [[Option B->XBBCBBB]] c) [[Option C->XBBCBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCBC').style.display='flex';"> <div class="image-overlay" id="overlayXBBCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCBCA]] b) [[Option B->XBBCBCB]] c) [[Option C->XBBCBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCC').style.display='flex';"> <div class="image-overlay" id="overlayXBBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCCA]] b) [[Option B->XBBCCB]] c) [[Option C->XBBCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCCA').style.display='flex';"> <div class="image-overlay" id="overlayXBBCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCCAA]] b) [[Option B->XBBCCAB]] c) [[Option C->XBBCCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCCB').style.display='flex';"> <div class="image-overlay" id="overlayXBBCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCCBA]] b) [[Option B->XBBCCBB]] c) [[Option C->XBBCCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBBCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBBCCC').style.display='flex';"> <div class="image-overlay" id="overlayXBBCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBBCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBBCCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBBCCCA]] b) [[Option B->XBBCCCB]] c) [[Option C->XBBCCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCA').style.display='flex';"> <div class="image-overlay" id="overlayXBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCAA]] b) [[Option B->XBCAB]] c) [[Option C->XBCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAA').style.display='flex';"> <div class="image-overlay" id="overlayXBCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCAAA]] b) [[Option B->XBCAAB]] c) [[Option C->XBCAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAAA').style.display='flex';"> <div class="image-overlay" id="overlayXBCAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCAAAA]] b) [[Option B->XBCAAAB]] c) [[Option C->XBCAAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAAB').style.display='flex';"> <div class="image-overlay" id="overlayXBCAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCAABA]] b) [[Option B->XBCAABB]] c) [[Option C->XBCAABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAAC').style.display='flex';"> <div class="image-overlay" id="overlayXBCAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCAACA]] b) [[Option B->XBCAACB]] c) [[Option C->XBCAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAB').style.display='flex';"> <div class="image-overlay" id="overlayXBCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCABA]] b) [[Option B->XBCABB]] c) [[Option C->XBCABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCABA').style.display='flex';"> <div class="image-overlay" id="overlayXBCABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCABAA]] b) [[Option B->XBCABAB]] c) [[Option C->XBCABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCABB').style.display='flex';"> <div class="image-overlay" id="overlayXBCABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCABBA]] b) [[Option B->XBCABBB]] c) [[Option C->XBCABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCABC').style.display='flex';"> <div class="image-overlay" id="overlayXBCABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCABCA]] b) [[Option B->XBCABCB]] c) [[Option C->XBCABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCAC').style.display='flex';"> <div class="image-overlay" id="overlayXBCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCACA]] b) [[Option B->XBCACB]] c) [[Option C->XBCACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCACA').style.display='flex';"> <div class="image-overlay" id="overlayXBCACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCACAA]] b) [[Option B->XBCACAB]] c) [[Option C->XBCACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCACB').style.display='flex';"> <div class="image-overlay" id="overlayXBCACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCACBA]] b) [[Option B->XBCACBB]] c) [[Option C->XBCACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCACC').style.display='flex';"> <div class="image-overlay" id="overlayXBCACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCACCA]] b) [[Option B->XBCACCB]] c) [[Option C->XBCACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCB').style.display='flex';"> <div class="image-overlay" id="overlayXBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBA]] b) [[Option B->XBCBB]] c) [[Option C->XBCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBA').style.display='flex';"> <div class="image-overlay" id="overlayXBCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBAA]] b) [[Option B->XBCBAB]] c) [[Option C->XBCBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBAA').style.display='flex';"> <div class="image-overlay" id="overlayXBCBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBAAA]] b) [[Option B->XBCBAAB]] c) [[Option C->XBCBAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBAB').style.display='flex';"> <div class="image-overlay" id="overlayXBCBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBABA]] b) [[Option B->XBCBABB]] c) [[Option C->XBCBABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBAC').style.display='flex';"> <div class="image-overlay" id="overlayXBCBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBACA]] b) [[Option B->XBCBACB]] c) [[Option C->XBCBACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBB').style.display='flex';"> <div class="image-overlay" id="overlayXBCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBBA]] b) [[Option B->XBCBBB]] c) [[Option C->XBCBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBBA').style.display='flex';"> <div class="image-overlay" id="overlayXBCBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBBAA]] b) [[Option B->XBCBBAB]] c) [[Option C->XBCBBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBBB').style.display='flex';"> <div class="image-overlay" id="overlayXBCBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBBBA]] b) [[Option B->XBCBBBB]] c) [[Option C->XBCBBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBBC').style.display='flex';"> <div class="image-overlay" id="overlayXBCBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBBCA]] b) [[Option B->XBCBBCB]] c) [[Option C->XBCBBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBC').style.display='flex';"> <div class="image-overlay" id="overlayXBCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBCA]] b) [[Option B->XBCBCB]] c) [[Option C->XBCBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBCA').style.display='flex';"> <div class="image-overlay" id="overlayXBCBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBCAA]] b) [[Option B->XBCBCAB]] c) [[Option C->XBCBCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBCB').style.display='flex';"> <div class="image-overlay" id="overlayXBCBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBCBA]] b) [[Option B->XBCBCBB]] c) [[Option C->XBCBCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCBCC').style.display='flex';"> <div class="image-overlay" id="overlayXBCBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCBCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCBCCA]] b) [[Option B->XBCBCCB]] c) [[Option C->XBCBCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCC').style.display='flex';"> <div class="image-overlay" id="overlayXBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCA]] b) [[Option B->XBCCB]] c) [[Option C->XBCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCA').style.display='flex';"> <div class="image-overlay" id="overlayXBCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCAA]] b) [[Option B->XBCCAB]] c) [[Option C->XBCCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCAA').style.display='flex';"> <div class="image-overlay" id="overlayXBCCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCAAA]] b) [[Option B->XBCCAAB]] c) [[Option C->XBCCAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCAB').style.display='flex';"> <div class="image-overlay" id="overlayXBCCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCABA]] b) [[Option B->XBCCABB]] c) [[Option C->XBCCABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCAC').style.display='flex';"> <div class="image-overlay" id="overlayXBCCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCACA]] b) [[Option B->XBCCACB]] c) [[Option C->XBCCACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCB').style.display='flex';"> <div class="image-overlay" id="overlayXBCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCBA]] b) [[Option B->XBCCBB]] c) [[Option C->XBCCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCBA').style.display='flex';"> <div class="image-overlay" id="overlayXBCCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCBAA]] b) [[Option B->XBCCBAB]] c) [[Option C->XBCCBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCBB').style.display='flex';"> <div class="image-overlay" id="overlayXBCCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCBBA]] b) [[Option B->XBCCBBB]] c) [[Option C->XBCCBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCBC').style.display='flex';"> <div class="image-overlay" id="overlayXBCCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCBCA]] b) [[Option B->XBCCBCB]] c) [[Option C->XBCCBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCC').style.display='flex';"> <div class="image-overlay" id="overlayXBCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCCA]] b) [[Option B->XBCCCB]] c) [[Option C->XBCCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCCA').style.display='flex';"> <div class="image-overlay" id="overlayXBCCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCCAA]] b) [[Option B->XBCCCAB]] c) [[Option C->XBCCCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCCB').style.display='flex';"> <div class="image-overlay" id="overlayXBCCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCCBA]] b) [[Option B->XBCCCBB]] c) [[Option C->XBCCCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XBCCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXBCCCC').style.display='flex';"> <div class="image-overlay" id="overlayXBCCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXBCCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XBCCCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XBCCCCA]] b) [[Option B->XBCCCCB]] c) [[Option C->XBCCCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAA').style.display='flex';"> <div class="image-overlay" id="overlayXCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAAA]] b) [[Option B->XCAAB]] c) [[Option C->XCAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAA').style.display='flex';"> <div class="image-overlay" id="overlayXCAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAAAA]] b) [[Option B->XCAAAB]] c) [[Option C->XCAAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAAA').style.display='flex';"> <div class="image-overlay" id="overlayXCAAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAAAAA]] b) [[Option B->XCAAAAB]] c) [[Option C->XCAAAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAAB').style.display='flex';"> <div class="image-overlay" id="overlayXCAAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAAABA]] b) [[Option B->XCAAABB]] c) [[Option C->XCAAABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAAC').style.display='flex';"> <div class="image-overlay" id="overlayXCAAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAAACA]] b) [[Option B->XCAAACB]] c) [[Option C->XCAAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAB').style.display='flex';"> <div class="image-overlay" id="overlayXCAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAABA]] b) [[Option B->XCAABB]] c) [[Option C->XCAABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAABA').style.display='flex';"> <div class="image-overlay" id="overlayXCAABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAABAA]] b) [[Option B->XCAABAB]] c) [[Option C->XCAABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAABB').style.display='flex';"> <div class="image-overlay" id="overlayXCAABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAABBA]] b) [[Option B->XCAABBB]] c) [[Option C->XCAABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAABC').style.display='flex';"> <div class="image-overlay" id="overlayXCAABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAABCA]] b) [[Option B->XCAABCB]] c) [[Option C->XCAABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAAC').style.display='flex';"> <div class="image-overlay" id="overlayXCAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAACA]] b) [[Option B->XCAACB]] c) [[Option C->XCAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAACA').style.display='flex';"> <div class="image-overlay" id="overlayXCAACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAACAA]] b) [[Option B->XCAACAB]] c) [[Option C->XCAACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAACB').style.display='flex';"> <div class="image-overlay" id="overlayXCAACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAACBA]] b) [[Option B->XCAACBB]] c) [[Option C->XCAACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAACC').style.display='flex';"> <div class="image-overlay" id="overlayXCAACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCAACCA]] b) [[Option B->XCAACCB]] c) [[Option C->XCAACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAB').style.display='flex';"> <div class="image-overlay" id="overlayXCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABA]] b) [[Option B->XCABB]] c) [[Option C->XCABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABA').style.display='flex';"> <div class="image-overlay" id="overlayXCABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABAA]] b) [[Option B->XCABAB]] c) [[Option C->XCABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCABAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABAA').style.display='flex';"> <div class="image-overlay" id="overlayXCABAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABAAA]] b) [[Option B->XCABAAB]] c) [[Option C->XCABAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCABAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABAB').style.display='flex';"> <div class="image-overlay" id="overlayXCABAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABABA]] b) [[Option B->XCABABB]] c) [[Option C->XCABABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCABAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABAC').style.display='flex';"> <div class="image-overlay" id="overlayXCABAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABACA]] b) [[Option B->XCABACB]] c) [[Option C->XCABACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABB').style.display='flex';"> <div class="image-overlay" id="overlayXCABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABBA]] b) [[Option B->XCABBB]] c) [[Option C->XCABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCABBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABBA').style.display='flex';"> <div class="image-overlay" id="overlayXCABBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABBAA]] b) [[Option B->XCABBAB]] c) [[Option C->XCABBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCABBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABBB').style.display='flex';"> <div class="image-overlay" id="overlayXCABBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABBBA]] b) [[Option B->XCABBBB]] c) [[Option C->XCABBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCABBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABBC').style.display='flex';"> <div class="image-overlay" id="overlayXCABBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABBCA]] b) [[Option B->XCABBCB]] c) [[Option C->XCABBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABC').style.display='flex';"> <div class="image-overlay" id="overlayXCABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABCA]] b) [[Option B->XCABCB]] c) [[Option C->XCABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCABCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABCA').style.display='flex';"> <div class="image-overlay" id="overlayXCABCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABCAA]] b) [[Option B->XCABCAB]] c) [[Option C->XCABCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCABCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABCB').style.display='flex';"> <div class="image-overlay" id="overlayXCABCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABCBA]] b) [[Option B->XCABCBB]] c) [[Option C->XCABCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCABCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCABCC').style.display='flex';"> <div class="image-overlay" id="overlayXCABCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCABCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCABCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCABCCA]] b) [[Option B->XCABCCB]] c) [[Option C->XCABCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCAC').style.display='flex';"> <div class="image-overlay" id="overlayXCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACA]] b) [[Option B->XCACB]] c) [[Option C->XCACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACA').style.display='flex';"> <div class="image-overlay" id="overlayXCACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACAA]] b) [[Option B->XCACAB]] c) [[Option C->XCACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCACAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACAA').style.display='flex';"> <div class="image-overlay" id="overlayXCACAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACAAA]] b) [[Option B->XCACAAB]] c) [[Option C->XCACAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCACAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACAB').style.display='flex';"> <div class="image-overlay" id="overlayXCACAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACABA]] b) [[Option B->XCACABB]] c) [[Option C->XCACABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCACAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACAC').style.display='flex';"> <div class="image-overlay" id="overlayXCACAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACACA]] b) [[Option B->XCACACB]] c) [[Option C->XCACACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACB').style.display='flex';"> <div class="image-overlay" id="overlayXCACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACBA]] b) [[Option B->XCACBB]] c) [[Option C->XCACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCACBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACBA').style.display='flex';"> <div class="image-overlay" id="overlayXCACBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACBAA]] b) [[Option B->XCACBAB]] c) [[Option C->XCACBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCACBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACBB').style.display='flex';"> <div class="image-overlay" id="overlayXCACBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACBBA]] b) [[Option B->XCACBBB]] c) [[Option C->XCACBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCACBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACBC').style.display='flex';"> <div class="image-overlay" id="overlayXCACBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACBCA]] b) [[Option B->XCACBCB]] c) [[Option C->XCACBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACC').style.display='flex';"> <div class="image-overlay" id="overlayXCACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACCA]] b) [[Option B->XCACCB]] c) [[Option C->XCACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCACCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACCA').style.display='flex';"> <div class="image-overlay" id="overlayXCACCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACCAA]] b) [[Option B->XCACCAB]] c) [[Option C->XCACCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCACCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACCB').style.display='flex';"> <div class="image-overlay" id="overlayXCACCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACCBA]] b) [[Option B->XCACCBB]] c) [[Option C->XCACCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCACCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCACCC').style.display='flex';"> <div class="image-overlay" id="overlayXCACCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCACCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCACCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCACCCA]] b) [[Option B->XCACCCB]] c) [[Option C->XCACCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBA').style.display='flex';"> <div class="image-overlay" id="overlayXCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBAA]] b) [[Option B->XCBAB]] c) [[Option C->XCBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAA').style.display='flex';"> <div class="image-overlay" id="overlayXCBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBAAA]] b) [[Option B->XCBAAB]] c) [[Option C->XCBAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAAA').style.display='flex';"> <div class="image-overlay" id="overlayXCBAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBAAAA]] b) [[Option B->XCBAAAB]] c) [[Option C->XCBAAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAAB').style.display='flex';"> <div class="image-overlay" id="overlayXCBAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBAABA]] b) [[Option B->XCBAABB]] c) [[Option C->XCBAABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAAC').style.display='flex';"> <div class="image-overlay" id="overlayXCBAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBAACA]] b) [[Option B->XCBAACB]] c) [[Option C->XCBAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAB').style.display='flex';"> <div class="image-overlay" id="overlayXCBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBABA]] b) [[Option B->XCBABB]] c) [[Option C->XCBABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBABA').style.display='flex';"> <div class="image-overlay" id="overlayXCBABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBABAA]] b) [[Option B->XCBABAB]] c) [[Option C->XCBABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBABB').style.display='flex';"> <div class="image-overlay" id="overlayXCBABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBABBA]] b) [[Option B->XCBABBB]] c) [[Option C->XCBABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBABC').style.display='flex';"> <div class="image-overlay" id="overlayXCBABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBABCA]] b) [[Option B->XCBABCB]] c) [[Option C->XCBABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBAC').style.display='flex';"> <div class="image-overlay" id="overlayXCBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBACA]] b) [[Option B->XCBACB]] c) [[Option C->XCBACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBACA').style.display='flex';"> <div class="image-overlay" id="overlayXCBACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBACAA]] b) [[Option B->XCBACAB]] c) [[Option C->XCBACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBACB').style.display='flex';"> <div class="image-overlay" id="overlayXCBACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBACBA]] b) [[Option B->XCBACBB]] c) [[Option C->XCBACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBACC').style.display='flex';"> <div class="image-overlay" id="overlayXCBACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBACCA]] b) [[Option B->XCBACCB]] c) [[Option C->XCBACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBB').style.display='flex';"> <div class="image-overlay" id="overlayXCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBA]] b) [[Option B->XCBBB]] c) [[Option C->XCBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBA').style.display='flex';"> <div class="image-overlay" id="overlayXCBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBAA]] b) [[Option B->XCBBAB]] c) [[Option C->XCBBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBAA').style.display='flex';"> <div class="image-overlay" id="overlayXCBBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBAAA]] b) [[Option B->XCBBAAB]] c) [[Option C->XCBBAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBAB').style.display='flex';"> <div class="image-overlay" id="overlayXCBBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBABA]] b) [[Option B->XCBBABB]] c) [[Option C->XCBBABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBAC').style.display='flex';"> <div class="image-overlay" id="overlayXCBBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBACA]] b) [[Option B->XCBBACB]] c) [[Option C->XCBBACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBB').style.display='flex';"> <div class="image-overlay" id="overlayXCBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBBA]] b) [[Option B->XCBBBB]] c) [[Option C->XCBBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBBA').style.display='flex';"> <div class="image-overlay" id="overlayXCBBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBBAA]] b) [[Option B->XCBBBAB]] c) [[Option C->XCBBBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBBB').style.display='flex';"> <div class="image-overlay" id="overlayXCBBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBBBA]] b) [[Option B->XCBBBBB]] c) [[Option C->XCBBBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBBC').style.display='flex';"> <div class="image-overlay" id="overlayXCBBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBBCA]] b) [[Option B->XCBBBCB]] c) [[Option C->XCBBBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBC').style.display='flex';"> <div class="image-overlay" id="overlayXCBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBCA]] b) [[Option B->XCBBCB]] c) [[Option C->XCBBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBCA').style.display='flex';"> <div class="image-overlay" id="overlayXCBBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBCAA]] b) [[Option B->XCBBCAB]] c) [[Option C->XCBBCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBCB').style.display='flex';"> <div class="image-overlay" id="overlayXCBBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBCBA]] b) [[Option B->XCBBCBB]] c) [[Option C->XCBBCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBBCC').style.display='flex';"> <div class="image-overlay" id="overlayXCBBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBBCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBBCCA]] b) [[Option B->XCBBCCB]] c) [[Option C->XCBBCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBC').style.display='flex';"> <div class="image-overlay" id="overlayXCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCA]] b) [[Option B->XCBCB]] c) [[Option C->XCBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCA').style.display='flex';"> <div class="image-overlay" id="overlayXCBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCAA]] b) [[Option B->XCBCAB]] c) [[Option C->XCBCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCAA').style.display='flex';"> <div class="image-overlay" id="overlayXCBCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCAAA]] b) [[Option B->XCBCAAB]] c) [[Option C->XCBCAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCAB').style.display='flex';"> <div class="image-overlay" id="overlayXCBCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCABA]] b) [[Option B->XCBCABB]] c) [[Option C->XCBCABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCAC').style.display='flex';"> <div class="image-overlay" id="overlayXCBCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCACA]] b) [[Option B->XCBCACB]] c) [[Option C->XCBCACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCB').style.display='flex';"> <div class="image-overlay" id="overlayXCBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCBA]] b) [[Option B->XCBCBB]] c) [[Option C->XCBCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCBA').style.display='flex';"> <div class="image-overlay" id="overlayXCBCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCBAA]] b) [[Option B->XCBCBAB]] c) [[Option C->XCBCBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCBB').style.display='flex';"> <div class="image-overlay" id="overlayXCBCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCBBA]] b) [[Option B->XCBCBBB]] c) [[Option C->XCBCBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCBC').style.display='flex';"> <div class="image-overlay" id="overlayXCBCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCBCA]] b) [[Option B->XCBCBCB]] c) [[Option C->XCBCBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCC').style.display='flex';"> <div class="image-overlay" id="overlayXCBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCCA]] b) [[Option B->XCBCCB]] c) [[Option C->XCBCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCCA').style.display='flex';"> <div class="image-overlay" id="overlayXCBCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCCAA]] b) [[Option B->XCBCCAB]] c) [[Option C->XCBCCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCCB').style.display='flex';"> <div class="image-overlay" id="overlayXCBCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCCBA]] b) [[Option B->XCBCCBB]] c) [[Option C->XCBCCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCBCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCBCCC').style.display='flex';"> <div class="image-overlay" id="overlayXCBCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCBCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCBCCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCBCCCA]] b) [[Option B->XCBCCCB]] c) [[Option C->XCBCCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCA').style.display='flex';"> <div class="image-overlay" id="overlayXCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCAA]] b) [[Option B->XCCAB]] c) [[Option C->XCCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAA').style.display='flex';"> <div class="image-overlay" id="overlayXCCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCAAA]] b) [[Option B->XCCAAB]] c) [[Option C->XCCAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCAAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAAA').style.display='flex';"> <div class="image-overlay" id="overlayXCCAAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCAAAA]] b) [[Option B->XCCAAAB]] c) [[Option C->XCCAAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCAAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAAB').style.display='flex';"> <div class="image-overlay" id="overlayXCCAAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCAABA]] b) [[Option B->XCCAABB]] c) [[Option C->XCCAABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCAAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAAC').style.display='flex';"> <div class="image-overlay" id="overlayXCCAAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCAACA]] b) [[Option B->XCCAACB]] c) [[Option C->XCCAACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAB').style.display='flex';"> <div class="image-overlay" id="overlayXCCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCABA]] b) [[Option B->XCCABB]] c) [[Option C->XCCABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCABA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCABA').style.display='flex';"> <div class="image-overlay" id="overlayXCCABA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCABAA]] b) [[Option B->XCCABAB]] c) [[Option C->XCCABAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCABB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCABB').style.display='flex';"> <div class="image-overlay" id="overlayXCCABB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCABBA]] b) [[Option B->XCCABBB]] c) [[Option C->XCCABBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCABC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCABC').style.display='flex';"> <div class="image-overlay" id="overlayXCCABC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCABC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCABC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCABCA]] b) [[Option B->XCCABCB]] c) [[Option C->XCCABCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCAC').style.display='flex';"> <div class="image-overlay" id="overlayXCCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCACA]] b) [[Option B->XCCACB]] c) [[Option C->XCCACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCACA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCACA').style.display='flex';"> <div class="image-overlay" id="overlayXCCACA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCACAA]] b) [[Option B->XCCACAB]] c) [[Option C->XCCACAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCACB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCACB').style.display='flex';"> <div class="image-overlay" id="overlayXCCACB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCACBA]] b) [[Option B->XCCACBB]] c) [[Option C->XCCACBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCACC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCACC').style.display='flex';"> <div class="image-overlay" id="overlayXCCACC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCACC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCACC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCACCA]] b) [[Option B->XCCACCB]] c) [[Option C->XCCACCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCB').style.display='flex';"> <div class="image-overlay" id="overlayXCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBA]] b) [[Option B->XCCBB]] c) [[Option C->XCCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBA').style.display='flex';"> <div class="image-overlay" id="overlayXCCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBAA]] b) [[Option B->XCCBAB]] c) [[Option C->XCCBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCBAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBAA').style.display='flex';"> <div class="image-overlay" id="overlayXCCBAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBAAA]] b) [[Option B->XCCBAAB]] c) [[Option C->XCCBAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCBAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBAB').style.display='flex';"> <div class="image-overlay" id="overlayXCCBAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBABA]] b) [[Option B->XCCBABB]] c) [[Option C->XCCBABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCBAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBAC').style.display='flex';"> <div class="image-overlay" id="overlayXCCBAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBACA]] b) [[Option B->XCCBACB]] c) [[Option C->XCCBACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBB').style.display='flex';"> <div class="image-overlay" id="overlayXCCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBBA]] b) [[Option B->XCCBBB]] c) [[Option C->XCCBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCBBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBBA').style.display='flex';"> <div class="image-overlay" id="overlayXCCBBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBBAA]] b) [[Option B->XCCBBAB]] c) [[Option C->XCCBBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCBBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBBB').style.display='flex';"> <div class="image-overlay" id="overlayXCCBBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBBBA]] b) [[Option B->XCCBBBB]] c) [[Option C->XCCBBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCBBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBBC').style.display='flex';"> <div class="image-overlay" id="overlayXCCBBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBBCA]] b) [[Option B->XCCBBCB]] c) [[Option C->XCCBBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBC').style.display='flex';"> <div class="image-overlay" id="overlayXCCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBCA]] b) [[Option B->XCCBCB]] c) [[Option C->XCCBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCBCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBCA').style.display='flex';"> <div class="image-overlay" id="overlayXCCBCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBCAA]] b) [[Option B->XCCBCAB]] c) [[Option C->XCCBCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCBCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBCB').style.display='flex';"> <div class="image-overlay" id="overlayXCCBCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBCBA]] b) [[Option B->XCCBCBB]] c) [[Option C->XCCBCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCBCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCBCC').style.display='flex';"> <div class="image-overlay" id="overlayXCCBCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCBCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCBCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCBCCA]] b) [[Option B->XCCBCCB]] c) [[Option C->XCCBCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCC').style.display='flex';"> <div class="image-overlay" id="overlayXCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCA]] b) [[Option B->XCCCB]] c) [[Option C->XCCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCA').style.display='flex';"> <div class="image-overlay" id="overlayXCCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCAA]] b) [[Option B->XCCCAB]] c) [[Option C->XCCCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCCAA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCAA').style.display='flex';"> <div class="image-overlay" id="overlayXCCCAA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCAAA]] b) [[Option B->XCCCAAB]] c) [[Option C->XCCCAAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCCAB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCAB').style.display='flex';"> <div class="image-overlay" id="overlayXCCCAB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCABA]] b) [[Option B->XCCCABB]] c) [[Option C->XCCCABC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCCAC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCAC').style.display='flex';"> <div class="image-overlay" id="overlayXCCCAC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCAC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCAC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCACA]] b) [[Option B->XCCCACB]] c) [[Option C->XCCCACC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCB').style.display='flex';"> <div class="image-overlay" id="overlayXCCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCBA]] b) [[Option B->XCCCBB]] c) [[Option C->XCCCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCCBA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCBA').style.display='flex';"> <div class="image-overlay" id="overlayXCCCBA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCBAA]] b) [[Option B->XCCCBAB]] c) [[Option C->XCCCBAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCCBB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCBB').style.display='flex';"> <div class="image-overlay" id="overlayXCCCBB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCBBA]] b) [[Option B->XCCCBBB]] c) [[Option C->XCCCBBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCCBC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCBC').style.display='flex';"> <div class="image-overlay" id="overlayXCCCBC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCBC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCBC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCBCA]] b) [[Option B->XCCCBCB]] c) [[Option C->XCCCBCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCC').style.display='flex';"> <div class="image-overlay" id="overlayXCCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCCA]] b) [[Option B->XCCCCB]] c) [[Option C->XCCCCC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCCCA</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCA.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCCA').style.display='flex';"> <div class="image-overlay" id="overlayXCCCCA" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCA').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCA.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCCAA]] b) [[Option B->XCCCCAB]] c) [[Option C->XCCCCAC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCCCB</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCB.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCCB').style.display='flex';"> <div class="image-overlay" id="overlayXCCCCB" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCB').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCB.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCCBA]] b) [[Option B->XCCCCBB]] c) [[Option C->XCCCCBC]]<style> tw-story { background: white; color: black; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; padding: 2em; position: relative; } .logo { position: absolute; top: 1em; right: 1em; width: 100px; } .image-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 9999; } .image-overlay img { max-width: 100vw; max-height: 90vh; box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); } .image-overlay .close-button { position: absolute; top: 1em; right: 1em; font-size: 2em; color: white; cursor: pointer; font-weight: bold; } </style> <!-- Logo --> <img src="https://thrivve.partners/wp-content/uploads/2025/03/Thrivve_Logo_Black.svg" class="logo" alt="Thrivve Logo"> <p>You chose - <b>XCCCCC</b> - after 2 weeks, here are the latest flow metrics, compared to what you started with:</p> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCC.png" alt="Flow metrics after WIP" style="width: 100%; cursor: zoom-in;" onclick="document.getElementById('overlayXCCCCC').style.display='flex';"> <div class="image-overlay" id="overlayXCCCCC" onclick="this.style.display='none';"> <span class="close-button" onclick="event.stopPropagation(); document.getElementById('overlayXCCCCC').style.display='none';">×</span> <img src="https://raw.githubusercontent.com/nbrown02/TwineFlowMetrics/refs/heads/main/Screenshots/XCCCCC.png" alt="Zoomed metrics"> </div> <p>Choose one of the following experiments to try next:</p> a) [[Option A->XCCCCCA]] b) [[Option B->XCCCCCB]] c) [[Option C->XCCCCCC]]